guix-commits
[Top][All Lists]
Advanced

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

02/03: gnu: kallisto: Update to 0.48.0.


From: guix-commits
Subject: 02/03: gnu: kallisto: Update to 0.48.0.
Date: Tue, 25 Apr 2023 13:31:14 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 0a4fa99b3948a556f04eabda41137932419a609e
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Apr 25 19:28:42 2023 +0200

    gnu: kallisto: Update to 0.48.0.
    
    * gnu/packages/bioinformatics.scm (kallisto): Update to 0.48.0.
    [arguments]: Remove trailing #T from build phase.
---
 gnu/packages/bioinformatics.scm | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 97475c47e0..9941b2f866 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -11766,7 +11766,7 @@ output of segemehl is a SAM or BAM formatted alignment 
file.")
 (define-public kallisto
   (package
     (name "kallisto")
-    (version "0.46.2")
+    (version "0.48.0")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -11775,7 +11775,7 @@ output of segemehl is a SAM or BAM formatted alignment 
file.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0ij5n7v3m90jdfi7sn8nvglfyf58abp1f5xq42r4k73l0lfds6xi"))
+                "0wx1ndmhndsd60952piaa925lk8bjr59d2yr1m2hcsqcb6cdjwpn"))
               (modules '((guix build utils)))
               (snippet
                '(delete-file-recursively "ext/htslib/"))))
@@ -11797,8 +11797,7 @@ output of segemehl is a SAM or BAM formatted alignment 
file.")
                (("target_link_libraries\\(kallisto kallisto_core pthread \
 \\$\\{CMAKE_CURRENT_SOURCE_DIR\\}/../ext/htslib/libhts.a\\)")
                 "target_link_libraries(kallisto kallisto_core pthread hts)")
-               (("include_directories\\(\\.\\./ext/htslib\\)") ""))
-             #t)))))
+               (("include_directories\\(\\.\\./ext/htslib\\)") "")))))))
     (inputs
      (list hdf5 htslib-1.9 zlib))
     (home-page "https://pachterlab.github.io/kallisto/";)



reply via email to

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