summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Enge <andreas@enge.fr>2013-12-28 15:24:08 +0100
committerAndreas Enge <andreas@enge.fr>2013-12-28 15:24:08 +0100
commitee2b510929f87ce2e75648ec73c50a8e32bf4cd0 (patch)
treedc137aeff293d07c328f5ff2849947b93bfad3f0
parent81bb10ad172d21f558c434e7d38c6e9dee151923 (diff)
downloadguix-patches-ee2b510929f87ce2e75648ec73c50a8e32bf4cd0.tar
guix-patches-ee2b510929f87ce2e75648ec73c50a8e32bf4cd0.tar.gz
gnu: python-2: Update to 2.7.6.
* gnu/packages/python.scm (python-2): Update to 2.7.6.
-rw-r--r--gnu/packages/python.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index faf2c9d527..b38d9f2cfd 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -41,7 +41,7 @@
(define-public python-2
(package
(name "python")
- (version "2.7.5")
+ (version "2.7.6")
(source
(origin
(method url-fetch)
@@ -49,7 +49,7 @@
version "/Python-" version ".tar.xz"))
(sha256
(base32
- "1c8xan2dlsqfq8q82r3mhl72v3knq3qyn71fjq89xikx2smlqg7k"))))
+ "18gnpyh071dxa0rv3silrz92jw9qpblswzwv4gzqcwxzz20qxmhz"))))
(build-system gnu-build-system)
(arguments
`(#:tests? #f