[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:56:29 -0400 (EDT) |
rekado pushed a commit to branch rhel6
in repository guix.
commit 17967d1030cf3e9bef1b5770bcb979ad367c9515
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 8c6655a..7dafccd 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -12941,7 +12941,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/"
@@ -12949,7 +12949,7 @@ based methods.")
"/pigx-" version ".tar.gz"))
(sha256
(base32
- "1nxb2hbp40yg3j7n56k4dhsd2fl1j8g0wpiiln56prqzljwnlgmf"))))
+ "0sb708sl42h3s5z872jb1w70bbqplwapnsc1wm27zcsvi7li4gw8"))))
(build-system gnu-build-system)
(inputs
`(("python" ,python)