gnu: snakemake: Update to 3.13.3.
* gnu/packages/python.scm (snakemake): Update to 3.13.3.
This commit is contained in:
parent
688fbf572e
commit
1fb9b6782b
|
@ -6155,13 +6155,13 @@ of the structure, dynamics, and functions of complex networks.")
|
||||||
(define-public snakemake
|
(define-public snakemake
|
||||||
(package
|
(package
|
||||||
(name "snakemake")
|
(name "snakemake")
|
||||||
(version "3.11.2")
|
(version "3.13.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "snakemake" version))
|
(uri (pypi-uri "snakemake" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0qcp7y9csvanyzh08jppryhd5di8r1z7p0d4wkfg5591pj3bb8zp"))))
|
(base32 "1nixb944r4hlskwkzc4wjs34b40xpxpw9gmhhm5p09gvmm22ap5d"))))
|
||||||
(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