aboutsummaryrefslogtreecommitdiff
path: root/gn/packages/python.scm
diff options
context:
space:
mode:
authorPjotr Prins2020-11-21 04:33:15 -0600
committerPjotr Prins2020-11-21 04:33:36 -0600
commitf129c4fc90fd70b6a468537bda8c497f2bee2277 (patch)
treea0044ecd93be38efa331e3ae813c15c6ec7d3e17 /gn/packages/python.scm
parentad741c19d6a7bfc16610fa25689398243deaa7a5 (diff)
downloadguix-bioinformatics-f129c4fc90fd70b6a468537bda8c497f2bee2277.tar.gz
cwltools: updated
Diffstat (limited to 'gn/packages/python.scm')
-rw-r--r--gn/packages/python.scm10
1 files changed, 5 insertions, 5 deletions
diff --git a/gn/packages/python.scm b/gn/packages/python.scm
index 00194e1..a9c2770 100644
--- a/gn/packages/python.scm
+++ b/gn/packages/python.scm
@@ -1100,14 +1100,14 @@ server.")
(define-public python-schema-salad
(package
(name "python-schema-salad")
- (version "7.0.20200612160654")
+ (version "7.0.20200811075006")
(source
(origin
(method url-fetch)
(uri (pypi-uri "schema-salad" version))
(sha256
(base32
- "15ma3lb6fkfc6sj75hnmmg0jj8q3pc5yrlyx15lpdd4dcp2jc39s"))))
+ "0wanbwmqb189x1m0vacnhpivfsr8rwbqknngivzxxs8j46yj80bg"))))
(build-system python-build-system)
(propagated-inputs
`(("python-cachecontrol" ,python-cachecontrol-0.11)
@@ -1116,8 +1116,8 @@ server.")
("python-rdflib" ,python-rdflib)
("python-rdflib-jsonld" ,python-rdflib-jsonld)
("python-requests" ,python-requests)
- ;; This needs to be fixed before upstreaming
- ("python-ruamel.yaml" ,python38-ruaml.yaml-0.15.76)
+ ;; This needs to be fixed before upstreaming - fixed?
+ ("python-ruamel.yaml" ,python-ruamel.yaml)
("python-setuptools" ,python-setuptools)
("python-typing-extensions" ,python-typing-extensions)))
(native-inputs
@@ -1528,7 +1528,7 @@ handles recursion and lists.")
(description "This package provides a SPARQL Slurper for rdflib.")
(license license:asl2.0)))
-(define-public python38-ruaml.yaml-0.15.76
+(define-public python38-ruaml.yaml-0.15.76 ;; no longer in use
(package
(inherit python-ruamel.yaml)
(name "python-ruamel.yaml")