gnu: snakemake: Update to 3.11.2.

* gnu/packages/python.scm (snakemake): Update to 3.11.2.
This commit is contained in:
Ricardo Wurmus 2017-03-17 10:11:25 +01:00
parent 60c9190e21
commit ef71ed8ffa
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -5871,13 +5871,13 @@ (define-public python2-networkx
(define-public snakemake
(package
(name "snakemake")
(version "3.9.0")
(version "3.11.2")
(source
(origin
(method url-fetch)
(uri (pypi-uri "snakemake" version))
(sha256
(base32 "1d48ql0010v9ls6mac7fz6j391gm4h74a64hqgw89s0vfqgdyzdl"))))
(base32 "0qcp7y9csvanyzh08jppryhd5di8r1z7p0d4wkfg5591pj3bb8zp"))))
(build-system python-build-system)
(arguments
;; TODO: Package missing test dependencies.