guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: pigx-sars-cov2-ww: Update to 0.0.3.


From: guix-commits
Subject: branch master updated: gnu: pigx-sars-cov2-ww: Update to 0.0.3.
Date: Thu, 05 Aug 2021 10:47:06 -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 f1b64c4  gnu: pigx-sars-cov2-ww: Update to 0.0.3.
f1b64c4 is described below

commit f1b64c435a4510a7d92d01db446d20f6286199a9
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Aug 5 16:46:10 2021 +0200

    gnu: pigx-sars-cov2-ww: Update to 0.0.3.
    
    * gnu/packages/bioinformatics.scm (pigx-sars-cov2-ww): Update to 0.0.3.
---
 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 910a79c..86f09df 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -10738,7 +10738,7 @@ based methods.")
 (define-public pigx-sars-cov2-ww
   (package
     (name "pigx-sars-cov2-ww")
-    (version "0.0.2")
+    (version "0.0.3")
     (source (origin
               (method url-fetch)
               (uri (string-append 
"https://github.com/BIMSBbioinfo/pigx_sarscov2_ww/";
@@ -10746,7 +10746,7 @@ based methods.")
                                   "/pigx_sars-cov2-ww-" version ".tar.gz"))
               (sha256
                (base32
-                "0yrbza7lbzijjc8ifk06b646n959a4k7id94x3ndz795892f64l0"))))
+                "1hhdbwsnl0d37lrmisw5hr630xr8s41qvxflm05anh11rj8n22yw"))))
     (build-system gnu-build-system)
     (inputs
      `(("bash-minimal" ,bash-minimal)



reply via email to

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