guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: pigx-bsseq: Update to 0.1.6.


From: guix-commits
Subject: branch master updated: gnu: pigx-bsseq: Update to 0.1.6.
Date: Sat, 20 Nov 2021 10:34:46 -0500

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 c618f4a  gnu: pigx-bsseq: Update to 0.1.6.
c618f4a is described below

commit c618f4a9cc4dd8aea32cea0b444322a5500a5c24
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat Nov 20 16:30:58 2021 +0100

    gnu: pigx-bsseq: Update to 0.1.6.
    
    * gnu/packages/bioinformatics.scm (pigx-bsseq): Update to 0.1.6.
---
 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 3fa378d..67335da 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -11092,7 +11092,7 @@ in an easily configurable manner.")
 (define-public pigx-bsseq
   (package
     (name "pigx-bsseq")
-    (version "0.1.5")
+    (version "0.1.6")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://github.com/BIMSBbioinfo/pigx_bsseq/";
@@ -11100,7 +11100,7 @@ in an easily configurable manner.")
                                   "/pigx_bsseq-" version ".tar.gz"))
               (sha256
                (base32
-                "05al5dacfp1vf1x3cq20jhd6w4xj5vaxslzaka6yrpg0av8sh3k3"))
+                "1dipikph0xdr8fp0h1flpafcrg60y4aabljg8fl1v92j3gxdggmw"))
               (patches (search-patches "pigx-bsseq-no-citeproc.patch"))))
     (build-system gnu-build-system)
     (arguments



reply via email to

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