[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/02: gnu: snakemake: Update to 5.2.0.
From: |
Ricardo Wurmus |
Subject: |
02/02: gnu: snakemake: Update to 5.2.0. |
Date: |
Fri, 27 Jul 2018 08:20:01 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit b62715aa82cd884936124f2060e718957721138b
Author: Ricardo Wurmus <address@hidden>
Date: Fri Jul 27 14:10:23 2018 +0200
gnu: snakemake: Update to 5.2.0.
* gnu/packages/python.scm (snakemake): Update to 5.2.0.
---
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 fc1ef3e..f20de13 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -5139,13 +5139,13 @@ of the structure, dynamics, and functions of complex
networks.")
(define-public snakemake
(package
(name "snakemake")
- (version "4.4.0")
+ (version "5.2.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "snakemake" version))
(sha256
- (base32 "0g0paia4z7w3srnqdmavq3hrb2x7qnpf81jx50njl0p7y4y0j8jv"))))
+ (base32 "0a1i5v5qxbmmpznp7my9nva8y7pxp8pjrwk2gxgisdskg35sq8s1"))))
(build-system python-build-system)
(arguments
;; TODO: Package missing test dependencies.