diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2024-05-15 09:37:04 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2024-05-15 09:37:29 +0200 |
commit | 2b161f61306ceda983b90eb17a74dc5c66a8e2c5 (patch) | |
tree | f535a93e7d628989069cbb2ce1722a0ef84383d8 | |
parent | 898b5f30f3d485d48275c920da172863da9524c6 (diff) | |
download | guix-2b161f61306ceda983b90eb17a74dc5c66a8e2c5.tar.gz guix-2b161f61306ceda983b90eb17a74dc5c66a8e2c5.zip |
gnu: pigx-rnaseq: Update to 0.1.1.
* gnu/packages/bioinformatics.scm (pigx-rnaseq): Update to 0.1.1.
Change-Id: I16db332e3559bed5b302f08bd85f31c6c40e9619
-rw-r--r-- | gnu/packages/bioinformatics.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index fd12dd74df..6aa35710e5 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -16082,7 +16082,7 @@ once. This package provides tools to perform Drop-seq analyses.") (define-public pigx-rnaseq (package (name "pigx-rnaseq") - (version "0.1.0") + (version "0.1.1") (source (origin (method url-fetch) (uri (string-append "https://github.com/BIMSBbioinfo/pigx_rnaseq/" @@ -16090,7 +16090,7 @@ once. This package provides tools to perform Drop-seq analyses.") "/pigx_rnaseq-" version ".tar.gz")) (sha256 (base32 - "0acdjimfb9ywba8zsv7lavv436pmcmp8ra683h11wr4s3681pqk8")))) + "0mlas0srl04mvgsyydm67gg5syijf1k2f6dy7bdqqxc70fywfd08")))) (build-system gnu-build-system) (arguments `(#:parallel-tests? #f ; not supported |