rekado pushed a commit to branch master
in repository guix.
commit ef71ed8ffa34f8c8b9dd029e262f21bd2eb3db20
Author: Ricardo Wurmus <[email protected]>
Date: Fri Mar 17 10:11:25 2017 +0100
gnu: snakemake: Update to 3.11.2.
* gnu/packages/python.scm (snakemake): Update to 3.11.2.
---
gnu/packages/python.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 6c91401..9b9c5ff 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -5871,13 +5871,13 @@ of the structure, dynamics, and functions of complex
networks.")
(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.