guix-commits
[Top][All Lists]
Advanced

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

02/07: gnu: python2-rpython: Update to 0.2.1.


From: Marius Bakke
Subject: 02/07: gnu: python2-rpython: Update to 0.2.1.
Date: Sat, 11 Nov 2017 02:57:06 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit ce1ac8eea6fa16ce483fcacca035af4e13245c41
Author: Alex Vong <address@hidden>
Date:   Fri Nov 10 20:17:49 2017 +0800

    gnu: python2-rpython: Update to 0.2.1.
    
    * gnu/packages/python.scm (python2-rpython): Update to 0.2.1.
    
    Signed-off-by: Marius Bakke <address@hidden>
---
 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 68fc522..a6a4ec9 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -3838,14 +3838,14 @@ writing C extensions for Python as easy as Python 
itself.")
 (define-public python2-rpython
   (package
     (name "python2-rpython")
-    (version "0.1.4")
+    (version "0.2.1")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "rpython" version))
        (sha256
         (base32
-         "07pps06fq4c4wmi5ii0sgh9zgwniz5y7frqhm28g3a154l163fxc"))))
+         "02z9cvxf0y41dcvwnvf2zn0albhhw1drvjjbq27m6i1piw1k6fc0"))))
     (build-system python-build-system)
     (arguments `(#:python ,python-2))
     (native-inputs



reply via email to

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