diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2022-06-01 10:45:44 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2022-06-01 10:46:00 +0200 |
commit | 0aae2f7f013e3f12eb573bdda4d0b64bb536d25f (patch) | |
tree | 2651ee00111ba0180f0009d214a2fe42986f9b17 /gnu | |
parent | 0c26c8da9d9bb86bfbe8fe9a52ba7b2ba9c6e3ec (diff) |
gnu: pigx-rnaseq: Update to 0.0.21.
* gnu/packages/bioinformatics.scm (pigx-rnaseq): Update to 0.0.21.
Diffstat (limited to 'gnu')
-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 6ce011af0f..9811a0b9e2 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -10441,7 +10441,7 @@ once. This package provides tools to perform Drop-seq analyses.") (define-public pigx-rnaseq (package (name "pigx-rnaseq") - (version "0.0.20") + (version "0.0.21") (source (origin (method url-fetch) (uri (string-append "https://github.com/BIMSBbioinfo/pigx_rnaseq/" @@ -10449,7 +10449,7 @@ once. This package provides tools to perform Drop-seq analyses.") "/pigx_rnaseq-" version ".tar.gz")) (sha256 (base32 - "0bf65qqvlkc77vl7cmmzacq70f0qav4p6nf8pp3x1vdd0nvhr24f")))) + "0367jn73vja94ch9fwgaiwy62rbxfzc85xz6blzbkjyzhph1r173")))) (build-system gnu-build-system) (arguments `(#:parallel-tests? #f ; not supported |