aboutsummaryrefslogtreecommitdiff
path: root/gn/packages/python.scm
diff options
context:
space:
mode:
authorEfraim Flashner2020-07-19 04:22:08 -0500
committerEfraim Flashner2020-07-19 04:22:08 -0500
commit632dfa25516ce98026cbad3e7b66ed4360b9e0c1 (patch)
tree68dbff2bb29fb7db0c8c3052c021d27dacdc17e8 /gn/packages/python.scm
parent22af6bde5aa62b7f022fc1e76b413f3d7a2f3bc2 (diff)
downloadguix-bioinformatics-632dfa25516ce98026cbad3e7b66ed4360b9e0c1.tar.gz
gn: Update cwltool to 3.0.20200710214758
Diffstat (limited to 'gn/packages/python.scm')
-rw-r--r--gn/packages/python.scm23
1 files changed, 23 insertions, 0 deletions
diff --git a/gn/packages/python.scm b/gn/packages/python.scm
index 7be6b4f..3e6b60e 100644
--- a/gn/packages/python.scm
+++ b/gn/packages/python.scm
@@ -1176,6 +1176,29 @@ generation, and transformation to RDF. Salad provides a bridge between document
and record oriented data modeling and the Semantic Web.")
(license license:asl2.0)))
+(define-public python-schema-salad-7
+ (package
+ (inherit python-schema-salad)
+ (name "python-schema-salad")
+ (version "7.0.20200612160654")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "schema-salad" version))
+ (sha256
+ (base32
+ "15ma3lb6fkfc6sj75hnmmg0jj8q3pc5yrlyx15lpdd4dcp2jc39s"))))
+ (propagated-inputs
+ `(("python-cachecontrol" ,python-cachecontrol)
+ ("python-lockfile" ,python-lockfile)
+ ("python-mistune" ,python-mistune)
+ ("python-rdflib" ,python-rdflib)
+ ("python-rdflib-jsonld" ,python-rdflib-jsonld)
+ ("python-requests" ,python-requests)
+ ("python-ruamel.yaml" ,python-ruamel.yaml)
+ ("python-setuptools" ,python-setuptools)
+ ("python-typing-extensions" ,python-typing-extensions)))))
+
(define-public python-cfgraph
(package
(name "python-cfgraph")