diff options
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/python.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index a1af6967f5..628f8d27c7 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -339,7 +339,7 @@ data types.") (define-public python-3.6 (package (inherit python-2) (name "python") - (version "3.6.4") + (version "3.6.5") (source (origin (method url-fetch) (uri (string-append "https://www.python.org/ftp/python/" @@ -352,7 +352,7 @@ data types.") (patch-flags '("-p0")) (sha256 (base32 - "1fna7g8jxzl4kd2pqmmqhva5724c5m920x3fsrpsgskaylmr76qm")) + "19l7inxm056jjw33zz97z0m02hsi7jnnx5kyb76abj5ml4xhad7l")) (snippet '(begin (for-each delete-file |