guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: pigx-sars-cov-2: Update to 0.0.9.


From: guix-commits
Subject: branch master updated: gnu: pigx-sars-cov-2: Update to 0.0.9.
Date: Wed, 03 May 2023 11:02:50 -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 3f02f7d937 gnu: pigx-sars-cov-2: Update to 0.0.9.
3f02f7d937 is described below

commit 3f02f7d937a862d98367029e2d3506b228c6c80e
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed May 3 15:52:10 2023 +0200

    gnu: pigx-sars-cov-2: Update to 0.0.9.
    
    * gnu/packages/bioinformatics.scm (pigx-sars-cov-2): Update to 0.0.9.
---
 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 8d739d4b52..7db8a91e80 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -13319,7 +13319,7 @@ based methods.")
 (define-public pigx-sars-cov-2
   (package
     (name "pigx-sars-cov-2")
-    (version "0.0.8")
+    (version "0.0.9")
     (source (origin
               (method url-fetch)
               (uri (string-append 
"https://github.com/BIMSBbioinfo/pigx_sars-cov-2";
@@ -13327,7 +13327,7 @@ based methods.")
                                   "/pigx_sars-cov-2-" version ".tar.gz"))
               (sha256
                (base32
-                "1yf1y25asnhxz80dajs54wrhr0wyi9fldk7lxsnqrh7gpqp2dvcs"))))
+                "168hrafgsn165q3hcdn916vlbl0zbzri1lckaqapbrcqk00izxma"))))
     (build-system gnu-build-system)
     (arguments
      (list



reply via email to

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