guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 4/5] gnu: Python: bump to 3.3.4


From: Cyril Roelandt
Subject: [PATCH 4/5] gnu: Python: bump to 3.3.4
Date: Fri, 7 Mar 2014 03:47:34 +0100

* gnu/packages/python.scm (python): bump to 3.3.4
---
 gnu/packages/python.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index f58e6db..df53b18 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -194,7 +194,7 @@ data types.")
 
 (define-public python
   (package (inherit python-2)
-    (version "3.3.3")
+    (version "3.3.4")
     (source
      (origin
       (method url-fetch)
@@ -204,7 +204,7 @@ data types.")
        (patch-flags '("-p0"))
       (sha256
        (base32
-        "11f6hg9wdhm6hyzj49gxlvvp1s0l5hqgcsq1i4ayygqs1arpb4ik"))))
+        "12ank7in8xyncim3yyn3mi84wkc4g9nx7yrci1406kn0j5ni5k66"))))
     (arguments
      (let ((args `(#:modules ((guix build gnu-build-system)
                               (guix build utils)
-- 
1.8.4.rc3




reply via email to

[Prev in Thread] Current Thread [Next in Thread]