guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/02: gnu: pigx-rnaseq: Update to 0.0.21.


From: guix-commits
Subject: 02/02: gnu: pigx-rnaseq: Update to 0.0.21.
Date: Wed, 1 Jun 2022 04:47:26 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 0aae2f7f013e3f12eb573bdda4d0b64bb536d25f
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Jun 1 10:45:44 2022 +0200

    gnu: pigx-rnaseq: Update to 0.0.21.
    
    * gnu/packages/bioinformatics.scm (pigx-rnaseq): Update to 0.0.21.
---
 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 6ce011af0f..9811a0b9e2 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -10441,7 +10441,7 @@ once.  This package provides tools to perform Drop-seq 
analyses.")
 (define-public pigx-rnaseq
   (package
     (name "pigx-rnaseq")
-    (version "0.0.20")
+    (version "0.0.21")
     (source (origin
               (method url-fetch)
               (uri (string-append 
"https://github.com/BIMSBbioinfo/pigx_rnaseq/";
@@ -10449,7 +10449,7 @@ once.  This package provides tools to perform Drop-seq 
analyses.")
                                   "/pigx_rnaseq-" version ".tar.gz"))
               (sha256
                (base32
-                "0bf65qqvlkc77vl7cmmzacq70f0qav4p6nf8pp3x1vdd0nvhr24f"))))
+                "0367jn73vja94ch9fwgaiwy62rbxfzc85xz6blzbkjyzhph1r173"))))
     (build-system gnu-build-system)
     (arguments
      `(#:parallel-tests? #f             ; not supported



reply via email to

[Prev in Thread] Current Thread [Next in Thread]