3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

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:
Tobias Geerinckx-Rice 2018-09-11 21:42:09 +02:00
parent bbe2a94799
commit 25bc6370a4
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -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)