diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2019-06-27 23:17:19 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2019-06-27 23:23:29 +0200 |
commit | bae0f8af21fafd222a31f84c0dd9aaefeed2370f (patch) | |
tree | 5b02988fff08cd434969b1f6b99ce76cbeb56ed8 /gnu/packages/bioinformatics.scm | |
parent | 6ad087b82143e3eb4893bee76cfeba1e89b583ee (diff) | |
download | patches-bae0f8af21fafd222a31f84c0dd9aaefeed2370f.tar patches-bae0f8af21fafd222a31f84c0dd9aaefeed2370f.tar.gz |
gnu: pigx-scrnaseq: Update to 0.0.8.
* gnu/packages/bioinformatics.scm (pigx-scrnaseq): Update to 0.0.8.
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 4f4d3d9839..03463cb530 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -12748,7 +12748,7 @@ methylation and segmentation.") (define-public pigx-scrnaseq (package (name "pigx-scrnaseq") - (version "0.0.7") + (version "0.0.8") (source (origin (method url-fetch) (uri (string-append "https://github.com/BIMSBbioinfo/pigx_scrnaseq/" @@ -12756,7 +12756,7 @@ methylation and segmentation.") "/pigx_scrnaseq-" version ".tar.gz")) (sha256 (base32 - "131zarirv16w8653m0d66jgjnwqfsxqc0hix0rypssz4d83bl51j")))) + "0zv0sc5amivxhb95vx2gfx6l9bh7n80fh7h47dalnwxxnfvnzai4")))) (build-system gnu-build-system) (arguments `(#:configure-flags |