diff options
author | Marius Bakke <mbakke@fastmail.com> | 2019-07-04 16:29:53 +0200 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2019-07-04 16:29:53 +0200 |
commit | 2cb827b38ede254f87d3ce745a95f51f238c4373 (patch) | |
tree | 32850a63d48f99fc5db3dc73f9dab48db423853d /gnu/packages/bioinformatics.scm | |
parent | 5ab605b9520e28657a1cdb8444c1ddc2b0731ada (diff) | |
parent | 42dcfca4cc424aa790d8fb62eb327782fd08aad7 (diff) | |
download | guix-2cb827b38ede254f87d3ce745a95f51f238c4373.tar guix-2cb827b38ede254f87d3ce745a95f51f238c4373.tar.gz |
Merge branch 'staging' into core-updates
Diffstat (limited to 'gnu/packages/bioinformatics.scm')
-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 8c140a1d24..9a30a0eaff 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -12550,7 +12550,7 @@ once. This package provides tools to perform Drop-seq analyses.") (define-public pigx-rnaseq (package (name "pigx-rnaseq") - (version "0.0.7") + (version "0.0.8") (source (origin (method url-fetch) (uri (string-append "https://github.com/BIMSBbioinfo/pigx_rnaseq/" @@ -12558,7 +12558,7 @@ once. This package provides tools to perform Drop-seq analyses.") "/pigx_rnaseq-" version ".tar.gz")) (sha256 (base32 - "013inbh22bjvwg2w0kx5i42k66w1zl4310ldip2ax6msgprs2ydj")))) + "19nhflzs6k5c7yhi7gkwggq237cjdd1s4b4qkj5x5fkwg0rhn33i")))) (build-system gnu-build-system) (arguments `(#:parallel-tests? #f ; not supported |