guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: edirect: Update to 13.3.20200128.


From: guix-commits
Subject: branch master updated: gnu: edirect: Update to 13.3.20200128.
Date: Thu, 12 Mar 2020 10:50:36 -0400

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 0c08e4b  gnu: edirect: Update to 13.3.20200128.
0c08e4b is described below

commit 0c08e4bfa1cb760a8f103b5223f0220617a93025
Author: Efraim Flashner <address@hidden>
AuthorDate: Thu Mar 12 16:39:56 2020 +0200

    gnu: edirect: Update to 13.3.20200128.
    
    * gnu/packages/bioinformatics.scm (edirect): Update to 13.3.20200128.
    [source]: Remove bundled certificate authority tarball.
---
 gnu/packages/bioinformatics.scm | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index bd9f2b5..4dedee6 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -2755,7 +2755,7 @@ quantitative phenotypes.")
 (define-public edirect
   (package
     (name "edirect")
-    (version "12.1.20190829")
+    (version "13.3.20200128")
     (source (origin
               (method url-fetch)
               (uri (string-append 
"ftp://ftp.ncbi.nlm.nih.gov/entrez/entrezdirect";
@@ -2763,7 +2763,10 @@ quantitative phenotypes.")
                                   "/edirect-" version ".tar.gz"))
               (sha256
                (base32
-                "1xb330z28dgp7slrvp8r7rgncsasv9lpcpqim571yg728dq7xdik"))))
+                "093zp7klv81ph0y8mm8d78a9hnpfxbv2kdym70gzdf3vz176rw33"))
+              (modules '((guix build utils)))
+              (snippet
+               '(begin (delete-file "Mozilla-CA.tar.gz") #t))))
     (build-system perl-build-system)
     (arguments
      `(#:phases



reply via email to

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