mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-02 08:07:29 +01:00
gnu: pigx-sars-cov-2: Update to 0.0.9.
* gnu/packages/bioinformatics.scm (pigx-sars-cov-2): Update to 0.0.9.
This commit is contained in:
parent
23c65faff2
commit
3f02f7d937
1 changed files with 2 additions and 2 deletions
|
@ -13319,7 +13319,7 @@ (define-public pigx-scrnaseq
|
||||||
(define-public pigx-sars-cov-2
|
(define-public pigx-sars-cov-2
|
||||||
(package
|
(package
|
||||||
(name "pigx-sars-cov-2")
|
(name "pigx-sars-cov-2")
|
||||||
(version "0.0.8")
|
(version "0.0.9")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://github.com/BIMSBbioinfo/pigx_sars-cov-2"
|
(uri (string-append "https://github.com/BIMSBbioinfo/pigx_sars-cov-2"
|
||||||
|
@ -13327,7 +13327,7 @@ (define-public pigx-sars-cov-2
|
||||||
"/pigx_sars-cov-2-" version ".tar.gz"))
|
"/pigx_sars-cov-2-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1yf1y25asnhxz80dajs54wrhr0wyi9fldk7lxsnqrh7gpqp2dvcs"))))
|
"168hrafgsn165q3hcdn916vlbl0zbzri1lckaqapbrcqk00izxma"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
|
Loading…
Reference in a new issue