[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/01: gnu: snakemake: Update to 4.4.0.
From: |
Ricardo Wurmus |
Subject: |
01/01: gnu: snakemake: Update to 4.4.0. |
Date: |
Mon, 8 Jan 2018 09:34:56 -0500 (EST) |
rekado pushed a commit to branch master
in repository guix.
commit 0215f94e69b133bf33f9bc54ea05df976dbfc9d8
Author: Ricardo Wurmus <address@hidden>
Date: Mon Jan 8 15:32:00 2018 +0100
gnu: snakemake: Update to 4.4.0.
* gnu/packages/python.scm (snakemake): Update to 4.4.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 29fa280..4e1fc0a 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -4815,13 +4815,13 @@ of the structure, dynamics, and functions of complex
networks.")
(define-public snakemake
(package
(name "snakemake")
- (version "4.2.0")
+ (version "4.4.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "snakemake" version))
(sha256
- (base32 "0mgl44q152ws40zj2vicqark5szyd73vqy9pf26g6hk6dk0y0c79"))))
+ (base32 "0g0paia4z7w3srnqdmavq3hrb2x7qnpf81jx50njl0p7y4y0j8jv"))))
(build-system python-build-system)
(arguments
;; TODO: Package missing test dependencies.