[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: pigx-rnaseq: Update to 0.0.19.
From: |
guix-commits |
Subject: |
branch master updated: gnu: pigx-rnaseq: Update to 0.0.19. |
Date: |
Fri, 13 Aug 2021 09:25:08 -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 a79ad5f gnu: pigx-rnaseq: Update to 0.0.19.
a79ad5f is described below
commit a79ad5fce57c271f22441df8a21c04d95fc772d5
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Fri Aug 13 15:23:20 2021 +0200
gnu: pigx-rnaseq: Update to 0.0.19.
* gnu/packages/bioinformatics.scm (pigx-rnaseq): Update to 0.0.19.
---
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 4ac9a99..5785e27 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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: pigx-rnaseq: Update to 0.0.19.,
guix-commits <=