diff mbox series

[bug#46870] gnu: infernal: Update to 1.1.4.

Message ID 20210302054630.41627-1-timhowes@lavabit.com
State Accepted
Headers show
Series [bug#46870] gnu: infernal: Update to 1.1.4. | expand

Checks

Context Check Description
cbaines/comparison success View comparision
cbaines/git branch success View Git branch
cbaines/applying patch success View Laminar job
cbaines/issue success View issue

Commit Message

Tim Howes March 2, 2021, 5:46 a.m. UTC
* gnu/packages/bioinformatics.scm (infernal): Update to 1.1.4.
---
 gnu/packages/bioinformatics.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Efraim Flashner March 3, 2021, 8:12 a.m. UTC | #1
Thanks. I see the copy we have already has some software bundled so
we'll have to work on unbundling that. Patch pushed!
diff mbox series

Patch

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)