diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2021-08-13 15:23:20 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2021-08-13 15:23:39 +0200 |
commit | a79ad5fce57c271f22441df8a21c04d95fc772d5 (patch) | |
tree | 4fb86ae5acbaefbf2bc94a2e3a93039ffd601b56 /gnu | |
parent | 2202909d172b00251e11e2d500cc1c2ea3ae48b2 (diff) | |
download | guix-a79ad5fce57c271f22441df8a21c04d95fc772d5.tar.gz guix-a79ad5fce57c271f22441df8a21c04d95fc772d5.zip |
gnu: pigx-rnaseq: Update to 0.0.19.
* gnu/packages/bioinformatics.scm (pigx-rnaseq): Update to 0.0.19.
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 4ac9a99b41..5785e27a85 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -10447,7 +10447,7 @@ once. This package provides tools to perform Drop-seq analyses.") (define-public pigx-rnaseq (package (name "pigx-rnaseq") - (version "0.0.18") + (version "0.0.19") (source (origin (method url-fetch) (uri (string-append "https://github.com/BIMSBbioinfo/pigx_rnaseq/" @@ -10455,7 +10455,7 @@ once. This package provides tools to perform Drop-seq analyses.") "/pigx_rnaseq-" version ".tar.gz")) (sha256 (base32 - "1622l6grmsk0wm859rvllngx29q3v16jjvzcdq2bmrlamccrj82y")))) + "1ja3bda1appxrzbfy7wp7khy30mm7lic8xbq3gkbpc5bld3as9cm")))) (build-system gnu-build-system) (arguments `(#:parallel-tests? #f ; not supported |