[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: pigx-rnaseq: Update to 0.0.18.
From: |
guix-commits |
Subject: |
branch master updated: gnu: pigx-rnaseq: Update to 0.0.18. |
Date: |
Wed, 11 Aug 2021 13:36:04 -0400 |
This is an automated email from the git hooks/post-receive script.
rekado pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 907f835 gnu: pigx-rnaseq: Update to 0.0.18.
907f835 is described below
commit 907f835e19715b7631b69682862c1386c611ff51
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Aug 11 19:33:12 2021 +0200
gnu: pigx-rnaseq: Update to 0.0.18.
* gnu/packages/bioinformatics.scm (pigx-rnaseq): Update to 0.0.18.
---
gnu/packages/bioinformatics.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 86f09df..4ac9a99 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.17")
+ (version "0.0.18")
(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
- "0k9zj50bij3sjwq08v8l8waddcx8k66m3vdq8mx5vc23p19qz42s"))))
+ "1622l6grmsk0wm859rvllngx29q3v16jjvzcdq2bmrlamccrj82y"))))
(build-system gnu-build-system)
(arguments
`(#:parallel-tests? #f ; not supported
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: pigx-rnaseq: Update to 0.0.18.,
guix-commits <=