mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 14:16:55 -05:00
gnu: pigx-scrnaseq: Update to 1.1.4.
* gnu/packages/bioinformatics.scm (pigx-scrnaseq): Update to 1.1.4.
This commit is contained in:
parent
5a3cbfceb1
commit
57f6ac8d90
1 changed files with 2 additions and 2 deletions
|
@ -12815,7 +12815,7 @@ (define-public pigx-bsseq
|
|||
(define-public pigx-scrnaseq
|
||||
(package
|
||||
(name "pigx-scrnaseq")
|
||||
(version "1.1.3")
|
||||
(version "1.1.4")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://github.com/BIMSBbioinfo/pigx_scrnaseq/"
|
||||
|
@ -12823,7 +12823,7 @@ (define-public pigx-scrnaseq
|
|||
"/pigx_scrnaseq-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0ga2jr4968qzwml6aycky4603q64lny3y7lzw6dmafch5pydl1qi"))))
|
||||
"1d5l3gywypi67yz9advxq5xkgfhr4733gj0bwnngm723i3hdf5w9"))))
|
||||
(build-system gnu-build-system)
|
||||
(inputs
|
||||
`(("coreutils" ,coreutils)
|
||||
|
|
Loading…
Reference in a new issue