guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: pigx: Update to 0.0.3.


From: Ricardo Wurmus
Subject: 01/01: gnu: pigx: Update to 0.0.3.
Date: Thu, 5 Jul 2018 10:02:56 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 5149aeb7e62cf62398b55be38469cd28c25d8d7d
Author: Ricardo Wurmus <address@hidden>
Date:   Thu Jul 5 16:00:28 2018 +0200

    gnu: pigx: Update to 0.0.3.
    
    * gnu/packages/bioinformatics.scm (pigx): Update to 0.0.3.
---
 gnu/packages/bioinformatics.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index eaa5cac..9bf6299 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -13075,7 +13075,7 @@ based methods.")
 (define-public pigx
   (package
     (name "pigx")
-    (version "0.0.2")
+    (version "0.0.3")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://github.com/BIMSBbioinfo/pigx/";
@@ -13083,7 +13083,7 @@ based methods.")
                                   "/pigx-" version ".tar.gz"))
               (sha256
                (base32
-                "0sb708sl42h3s5z872jb1w70bbqplwapnsc1wm27zcsvi7li4gw8"))))
+                "1i5njdy1clj5ncw45d16p7mwmqvb1ilikl9n797pxklc3f4s7mq7"))))
     (build-system gnu-build-system)
     (inputs
      `(("python" ,python)



reply via email to

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