guix-commits
[Top][All Lists]
Advanced

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

02/09: gnu: python-pyld: Update to 1.0.3.


From: Tobias Geerinckx-Rice
Subject: 02/09: gnu: python-pyld: Update to 1.0.3.
Date: Sun, 25 Mar 2018 14:03:07 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 883fa31088544e27ee79f300adf415f917e48058
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Sat Mar 24 20:35:33 2018 +0100

    gnu: python-pyld: Update to 1.0.3.
    
    * gnu/packages/python.scm (python-pyld): Update to 1.0.3.
    [arguments]: Run the new test suite.
---
 gnu/packages/python.scm | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index cda0b50..148cfb8 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -1767,15 +1767,14 @@ files.")
 (define-public python-pyld
   (package
     (name "python-pyld")
-    (version "0.7.1")
+    (version "1.0.3")
     (source (origin
               (method url-fetch)
               (uri (pypi-uri "PyLD" version))
               (sha256
                (base32
-                "1m0fs6897vxfkf7awah5i66i7b7smm5fnywf1w50fpzyfbfhr156"))))
+                "12i2g6xdj30k7xxcibg3sc5y76snwq8l6n8fy9lyi577kgy0h2pm"))))
     (build-system python-build-system)
-    (arguments `(#:tests? #f)) ; no tests
     (home-page "https://github.com/digitalbazaar/pyld";)
     (synopsis "Python implementation of the JSON-LD specification")
     (description



reply via email to

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