gnu: snakemake: Update to 4.4.0.

* gnu/packages/python.scm (snakemake): Update to 4.4.0.
This commit is contained in:
Ricardo Wurmus 2018-01-08 15:32:00 +01:00 committed by Ricardo Wurmus
parent 2c5150ba2a
commit 0215f94e69
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -4815,13 +4815,13 @@ of the structure, dynamics, and functions of complex networks.")
(define-public snakemake (define-public snakemake
(package (package
(name "snakemake") (name "snakemake")
(version "4.2.0") (version "4.4.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "snakemake" version)) (uri (pypi-uri "snakemake" version))
(sha256 (sha256
(base32 "0mgl44q152ws40zj2vicqark5szyd73vqy9pf26g6hk6dk0y0c79")))) (base32 "0g0paia4z7w3srnqdmavq3hrb2x7qnpf81jx50njl0p7y4y0j8jv"))))
(build-system python-build-system) (build-system python-build-system)
(arguments (arguments
;; TODO: Package missing test dependencies. ;; TODO: Package missing test dependencies.