GNU bug report logs - #46870
[PATCH] gnu: infernal: Update to 1.1.4.

Previous Next

Package: guix-patches;

Reported by: Tim Howes <timhowes <at> lavabit.com>

Date: Tue, 2 Mar 2021 05:47:02 UTC

Severity: normal

Tags: patch

Done: Efraim Flashner <efraim <at> flashner.co.il>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Tim Howes <timhowes <at> lavabit.com>
To: 46870 <at> debbugs.gnu.org
Subject: [bug#46870] [PATCH] gnu: infernal: Update to 1.1.4.
Date: Mon,  1 Mar 2021 21:46:30 -0800
* gnu/packages/bioinformatics.scm (infernal): Update to 1.1.4.
---
 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 48dfe0287e..134adeb579 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -7156,14 +7156,14 @@ data in the form of VCF files.")
 (define-public infernal
   (package
     (name "infernal")
-    (version "1.1.3")
+    (version "1.1.4")
     (source (origin
               (method url-fetch)
               (uri (string-append "http://eddylab.org/software/infernal/"
                                   "infernal-" version ".tar.gz"))
               (sha256
                (base32
-                "0pm8bm3s6nfa0av4x6m6h27lsg12b3lz3jm0fyh1mc77l2isd61v"))))
+                "1z4mgwqg1j4n5ika08ai8mg9yjyjhf4821jp83v2bgwzxrykqjgr"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("perl" ,perl)
-- 
2.30.1






This bug report was last modified 4 years and 167 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.