guix-commits
[Top][All Lists]
Advanced

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

25/28: gnu: cwltool: Update to 3.1.20220119140128.


From: guix-commits
Subject: 25/28: gnu: cwltool: Update to 3.1.20220119140128.
Date: Sat, 22 Jan 2022 04:23:49 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit ed9ca9740986a3738398dbb132aca18a6b0245d2
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Sat Jan 22 09:46:01 2022 +0100

    gnu: cwltool: Update to 3.1.20220119140128.
    
    * gnu/packages/bioinformatics.scm (cwltool): Update to 3.1.20220119140128.
    [propagated-inputs]: Change from PYTHON-RDFLIB-5 to PYTHON-RDFLIB.
    [native-inputs]: Remove PYTHON-RDFLIB-JSONLD.
---
 gnu/packages/bioinformatics.scm | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index f32e034804..c872c9c45a 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -2955,7 +2955,7 @@ and record oriented data modeling and the Semantic Web.")
 (define-public cwltool
   (package
     (name "cwltool")
-    (version "3.1.20211107152837")
+    (version "3.1.20220119140128")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -2964,7 +2964,7 @@ and record oriented data modeling and the Semantic Web.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0i3x9wdgpzgyc1askxymlhn0ps2x9xhqaax496iwpx66ab6132c4"))))
+                "1jmrm0qrqgka79avc1kq63fgh20gx6g07fc8p3iih4k85vhdyl3f"))))
     (build-system python-build-system)
     (arguments
      `(#:phases
@@ -3018,7 +3018,7 @@ and record oriented data modeling and the Semantic Web.")
            python-prov
            python-pydot
            python-psutil
-           python-rdflib-5
+           python-rdflib
            python-requests
            python-ruamel.yaml
            python-schema-salad
@@ -3033,8 +3033,7 @@ and record oriented data modeling and the Semantic Web.")
            python-pytest
            python-pytest-cov
            python-pytest-mock
-           python-pytest-runner
-           python-rdflib-jsonld))
+           python-pytest-runner))
     (home-page
      "https://github.com/common-workflow-language/common-workflow-language";)
     (synopsis "Common Workflow Language reference implementation")



reply via email to

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