gnu: snakemake: Update to 5.2.4.
* gnu/packages/python.scm (snakemake): Update to 5.2.4. [propagated-inputs]: Add python-gitpython.
This commit is contained in:
parent
bbe2a94799
commit
25bc6370a4
|
@ -5217,13 +5217,13 @@ Python.")
|
||||||
(define-public snakemake
|
(define-public snakemake
|
||||||
(package
|
(package
|
||||||
(name "snakemake")
|
(name "snakemake")
|
||||||
(version "5.2.2")
|
(version "5.2.4")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "snakemake" version))
|
(uri (pypi-uri "snakemake" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "18x36n78ph5v1fxk54gvdbc3d8nfncha78phifg3lqaa9gifgzxd"))))
|
(base32 "0gj0xxgiq3mp9qyyrbfzldiaq1giliqw0in64nqiz7vx49myqj7z"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
;; TODO: Package missing test dependencies.
|
;; TODO: Package missing test dependencies.
|
||||||
|
@ -5241,7 +5241,8 @@ Python.")
|
||||||
"/bin/snakemake")))
|
"/bin/snakemake")))
|
||||||
#t)))))
|
#t)))))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("python-wrapt" ,python-wrapt)
|
`(("python-gitpython" ,python-gitpython)
|
||||||
|
("python-wrapt" ,python-wrapt)
|
||||||
("python-requests" ,python-requests)
|
("python-requests" ,python-requests)
|
||||||
("python-appdirs" ,python-appdirs)
|
("python-appdirs" ,python-appdirs)
|
||||||
("python-configargparse" ,python-configargparse)
|
("python-configargparse" ,python-configargparse)
|
||||||
|
|
Loading…
Reference in New Issue