guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gn: edirect: Update to 12.1.20190829.


From: guix-commits
Subject: branch master updated: gn: edirect: Update to 12.1.20190829.
Date: Tue, 18 Feb 2020 06:34:50 -0500

This is an automated email from the git hooks/post-receive script.

efraim pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 01005f4  gn: edirect: Update to 12.1.20190829.
01005f4 is described below

commit 01005f426958ab9e12f44c5e4a60ec1cdd605d5d
Author: Efraim Flashner <address@hidden>
AuthorDate: Tue Feb 18 13:31:41 2020 +0200

    gn: edirect: Update to 12.1.20190829.
    
    The previous version has disappeared upstream.
    
    * gnu/packages/bioinformatics.scm (edirect): Update to 12.1.20190829.
---
 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 065555b..2ee4f14 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -2744,7 +2744,7 @@ quantitative phenotypes.")
 (define-public edirect
   (package
     (name "edirect")
-    (version "12.1.20190819")
+    (version "12.1.20190829")
     (source (origin
               (method url-fetch)
               (uri (string-append 
"ftp://ftp.ncbi.nlm.nih.gov/entrez/entrezdirect";
@@ -2752,7 +2752,7 @@ quantitative phenotypes.")
                                   "/edirect-" version ".tar.gz"))
               (sha256
                (base32
-                "1i9s9mppcfqd60pfywpm8vdyz5vpnyslw22nd7dv0bhykrdnkz9g"))))
+                "1xb330z28dgp7slrvp8r7rgncsasv9lpcpqim571yg728dq7xdik"))))
     (build-system perl-build-system)
     (arguments
      `(#:phases



reply via email to

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