gnu: python-2: Update to 2.7.6.
authorAndreas Enge <andreas@enge.fr>
Sat, 28 Dec 2013 14:24:08 +0000 (15:24 +0100)
committerAndreas Enge <andreas@enge.fr>
Sat, 28 Dec 2013 14:24:08 +0000 (15:24 +0100)
* gnu/packages/python.scm (python-2): Update to 2.7.6.

gnu/packages/python.scm

index faf2c9d..b38d9f2 100644 (file)
@@ -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