guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: pigx: Update to 0.0.2.


From: Ricardo Wurmus
Subject: 02/02: gnu: pigx: Update to 0.0.2.
Date: Mon, 19 Mar 2018 11:55:50 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit d8f08c85adc18c103e99a706db98e046a5c1c94b
Author: Ricardo Wurmus <address@hidden>
Date:   Mon Mar 19 16:55:08 2018 +0100

    gnu: pigx: Update to 0.0.2.
    
    * gnu/packages/bioinformatics.scm (pigx): Update to 0.0.2.
---
 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 c6f9b8f..1e1f0e5 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -12948,7 +12948,7 @@ based methods.")
 (define-public pigx
   (package
     (name "pigx")
-    (version "0.0.1")
+    (version "0.0.2")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://github.com/BIMSBbioinfo/pigx/";
@@ -12956,7 +12956,7 @@ based methods.")
                                   "/pigx-" version ".tar.gz"))
               (sha256
                (base32
-                "1nxb2hbp40yg3j7n56k4dhsd2fl1j8g0wpiiln56prqzljwnlgmf"))))
+                "0sb708sl42h3s5z872jb1w70bbqplwapnsc1wm27zcsvi7li4gw8"))))
     (build-system gnu-build-system)
     (inputs
      `(("python" ,python)



reply via email to

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