guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/05: gnu: snakemake: Update to 5.2.2.


From: Tobias Geerinckx-Rice
Subject: 04/05: gnu: snakemake: Update to 5.2.2.
Date: Tue, 11 Sep 2018 15:12:51 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 9b83c15afe65f9d5f6af4f2e2daad3fdf04c4f39
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Mon Sep 10 20:57:30 2018 +0200

    gnu: snakemake: Update to 5.2.2.
    
    * gnu/packages/python.scm (snakemake): Update to 5.2.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 a3eeb3c..4efb23b 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -5160,13 +5160,13 @@ Python.")
 (define-public snakemake
   (package
     (name "snakemake")
-    (version "5.2.0")
+    (version "5.2.2")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "snakemake" version))
        (sha256
-        (base32 "0a1i5v5qxbmmpznp7my9nva8y7pxp8pjrwk2gxgisdskg35sq8s1"))))
+        (base32 "18x36n78ph5v1fxk54gvdbc3d8nfncha78phifg3lqaa9gifgzxd"))))
     (build-system python-build-system)
     (arguments
      ;; TODO: Package missing test dependencies.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]