diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2019-07-13 13:51:52 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2019-07-13 13:51:52 +0200 |
commit | c1b87329bf4078e49afa61564a969b72ae9a9c7e (patch) | |
tree | a08fb69df41e1d9e442b9ded1aa7b8f727dada91 | |
parent | 2a059ab9955d702bf803773bef7a218a9b6cd2da (diff) | |
download | guix-c1b87329bf4078e49afa61564a969b72ae9a9c7e.tar.gz guix-c1b87329bf4078e49afa61564a969b72ae9a9c7e.zip |
gnu: pigx-rnaseq: Update to 0.0.10.
* gnu/packages/bioinformatics.scm (pigx-rnaseq): Update to 0.0.10.
-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 5d7a905f6a..9535678ccf 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -12531,7 +12531,7 @@ once. This package provides tools to perform Drop-seq analyses.") (define-public pigx-rnaseq (package (name "pigx-rnaseq") - (version "0.0.8") + (version "0.0.10") (source (origin (method url-fetch) (uri (string-append "https://github.com/BIMSBbioinfo/pigx_rnaseq/" @@ -12539,7 +12539,7 @@ once. This package provides tools to perform Drop-seq analyses.") "/pigx_rnaseq-" version ".tar.gz")) (sha256 (base32 - "19nhflzs6k5c7yhi7gkwggq237cjdd1s4b4qkj5x5fkwg0rhn33i")))) + "0z3hr120wk2vrlmlpz1vp3n9wy3rq4y2mnzh2vf08qgqn2xfdwcw")))) (build-system gnu-build-system) (arguments `(#:parallel-tests? #f ; not supported |