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.8.


From: guix-commits
Subject: branch master updated: gnu: pigx-bsseq: Update to 0.1.8.
Date: Wed, 31 Aug 2022 03:12:46 -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 36445e4d96 gnu: pigx-bsseq: Update to 0.1.8.
36445e4d96 is described below

commit 36445e4d9625253aef461aa993ba134abb1df7cc
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Aug 31 09:12:03 2022 +0200

    gnu: pigx-bsseq: Update to 0.1.8.
    
    * gnu/packages/bioinformatics.scm (pigx-bsseq): Update to 0.1.8.
---
 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 89e5dd645f..0767bac7d0 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -10936,7 +10936,7 @@ in an easily configurable manner.")
 (define-public pigx-bsseq
   (package
     (name "pigx-bsseq")
-    (version "0.1.7")
+    (version "0.1.8")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://github.com/BIMSBbioinfo/pigx_bsseq/";
@@ -10944,7 +10944,7 @@ in an easily configurable manner.")
                                   "/pigx_bsseq-" version ".tar.gz"))
               (sha256
                (base32
-                "1hfiignq3410dbl6f67vc6zr69abknpcgxixx475dspky2jb5lyn"))))
+                "1s8zgrqxabrawrgkga5rmgb0gyzj7ck47p3rkicjkfv7r2yjy0d7"))))
     (build-system gnu-build-system)
     (arguments
      `(;; TODO: tests currently require 12+GB of RAM.  See



reply via email to

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