guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: kallisto: Update to 0.46.2.


From: guix-commits
Subject: 02/02: gnu: kallisto: Update to 0.46.2.
Date: Tue, 2 Mar 2021 11:07:59 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit f21c711a0f7f008bf9e271e2f74ad78fcdf5f24c
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Mar 2 17:06:18 2021 +0100

    gnu: kallisto: Update to 0.46.2.
    
    * gnu/packages/bioinformatics.scm (kallisto): Update to 0.46.2.
    [source]: Remove bundled htslib sources.
---
 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 d6dd6f8..156beaf 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -11592,7 +11592,7 @@ using nucleotide or amino-acid sequence data.")
 (define-public kallisto
   (package
     (name "kallisto")
-    (version "0.44.0")
+    (version "0.46.2")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -11601,7 +11601,10 @@ using nucleotide or amino-acid sequence data.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0nj382jiywqnpgvyhichajpkkh5r0bapn43f4dx40zdaq5v4m40m"))))
+                "0ij5n7v3m90jdfi7sn8nvglfyf58abp1f5xq42r4k73l0lfds6xi"))
+              (modules '((guix build utils)))
+              (snippet
+               '(delete-file-recursively "ext/htslib/"))))
     (build-system cmake-build-system)
     (arguments
      `(#:tests? #f          ; no "check" target



reply via email to

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