me
/
guix
Archived
1
0
Fork 0

gnu: pigx: Update to 0.0.2.

* gnu/packages/bioinformatics.scm (pigx): Update to 0.0.2.
master
Ricardo Wurmus 2018-03-19 16:55:08 +01:00
parent d93a1c276b
commit d8f08c85ad
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -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)