gnu: snakemake: Update to 5.2.2.
* gnu/packages/python.scm (snakemake): Update to 5.2.2.
This commit is contained in:
parent
a93de1ae9e
commit
9b83c15afe
|
@ -5160,13 +5160,13 @@ Python.")
|
||||||
(define-public snakemake
|
(define-public snakemake
|
||||||
(package
|
(package
|
||||||
(name "snakemake")
|
(name "snakemake")
|
||||||
(version "5.2.0")
|
(version "5.2.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "snakemake" version))
|
(uri (pypi-uri "snakemake" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0a1i5v5qxbmmpznp7my9nva8y7pxp8pjrwk2gxgisdskg35sq8s1"))))
|
(base32 "18x36n78ph5v1fxk54gvdbc3d8nfncha78phifg3lqaa9gifgzxd"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
;; TODO: Package missing test dependencies.
|
;; TODO: Package missing test dependencies.
|
||||||
|
|
Loading…
Reference in New Issue