3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: pigx-sars-cov2-ww: Update to 0.0.3.

* gnu/packages/bioinformatics.scm (pigx-sars-cov2-ww): Update to 0.0.3.
This commit is contained in:
Ricardo Wurmus 2021-08-05 16:46:10 +02:00
parent 7e05fda6e8
commit f1b64c435a
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -10738,7 +10738,7 @@ based methods.")
(define-public pigx-sars-cov2-ww
(package
(name "pigx-sars-cov2-ww")
(version "0.0.2")
(version "0.0.3")
(source (origin
(method url-fetch)
(uri (string-append "https://github.com/BIMSBbioinfo/pigx_sarscov2_ww/"
@ -10746,7 +10746,7 @@ based methods.")
"/pigx_sars-cov2-ww-" version ".tar.gz"))
(sha256
(base32
"0yrbza7lbzijjc8ifk06b646n959a4k7id94x3ndz795892f64l0"))))
"1hhdbwsnl0d37lrmisw5hr630xr8s41qvxflm05anh11rj8n22yw"))))
(build-system gnu-build-system)
(inputs
`(("bash-minimal" ,bash-minimal)