summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2017-07-19 14:37:44 +0200
committerRicardo Wurmus <rekado@elephly.net>2017-07-19 14:39:37 +0200
commit1fb9b6782b7286a0b90ad61c5882b1ba8bf75cac (patch)
tree0559474d71db55a018fb8f081c53ee33a27b0d1b
parent688fbf572e56e531507fd7a0ecc4532b16636a64 (diff)
downloadguix-patches-1fb9b6782b7286a0b90ad61c5882b1ba8bf75cac.tar
guix-patches-1fb9b6782b7286a0b90ad61c5882b1ba8bf75cac.tar.gz
gnu: snakemake: Update to 3.13.3.
* gnu/packages/python.scm (snakemake): Update to 3.13.3.
-rw-r--r--gnu/packages/python.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 91ef226036..ebfd298938 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -6155,13 +6155,13 @@ of the structure, dynamics, and functions of complex networks.")
(define-public snakemake
(package
(name "snakemake")
- (version "3.11.2")
+ (version "3.13.3")
(source
(origin
(method url-fetch)
(uri (pypi-uri "snakemake" version))
(sha256
- (base32 "0qcp7y9csvanyzh08jppryhd5di8r1z7p0d4wkfg5591pj3bb8zp"))))
+ (base32 "1nixb944r4hlskwkzc4wjs34b40xpxpw9gmhhm5p09gvmm22ap5d"))))
(build-system python-build-system)
(arguments
;; TODO: Package missing test dependencies.