guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: python-pyld: Update to 0.7.1.


From: Christopher Allan Webber
Subject: 01/01: gnu: python-pyld: Update to 0.7.1.
Date: Tue, 22 Nov 2016 21:29:50 +0000 (UTC)

cwebber pushed a commit to branch master
in repository guix.

commit 8957af324be5014c433cb7d0e18fc2d35ce8cf4b
Author: Christopher Allan Webber <address@hidden>
Date:   Tue Nov 22 15:25:51 2016 -0600

    gnu: python-pyld: Update to 0.7.1.
    
    * gnu/packages/python.scm (python-pyld): Update to 0.7.1.
---
 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 61bb695..123b308 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -2328,13 +2328,13 @@ files.")
 (define-public python-pyld
   (package
     (name "python-pyld")
-    (version "0.6.8")
+    (version "0.7.1")
     (source (origin
               (method url-fetch)
               (uri (pypi-uri "PyLD" version))
               (sha256
                (base32
-                "0k881ffazpf8q1z8862g4bb3pzwpnz9whrci2mf311mvn1qbyqad"))))
+                "1m0fs6897vxfkf7awah5i66i7b7smm5fnywf1w50fpzyfbfhr156"))))
     (build-system python-build-system)
     (inputs
      `(("python-setuptools" ,python-setuptools)))



reply via email to

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