guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: htslib-for-stringtie: Inherit from htslib-1.


From: guix-commits
Subject: branch master updated: gnu: htslib-for-stringtie: Inherit from htslib-1.12.
Date: Mon, 02 May 2022 08:41:48 -0400

This is an automated email from the git hooks/post-receive script.

rekado pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new b1dd32d8e3 gnu: htslib-for-stringtie: Inherit from htslib-1.12.
b1dd32d8e3 is described below

commit b1dd32d8e3e668dd1a229dfa059c40c282f78b9f
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon May 2 14:35:26 2022 +0200

    gnu: htslib-for-stringtie: Inherit from htslib-1.12.
    
    * gnu/packages/bioinformatics.scm (htslib-for-stringtie): Inherit from
    htslib-1.12.
---
 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 4a3600fd0c..2c844c0f35 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -4878,9 +4878,9 @@ data.  It also provides the @command{bgzip}, 
@command{htsfile}, and
 
 (define htslib-for-stringtie
   (package
-    (inherit htslib)
+    (inherit htslib-1.12)
     (source (origin
-              (inherit (package-source htslib))
+              (inherit (package-source htslib-1.12))
               (patches
                (search-patches "htslib-for-stringtie.patch"))))
     (arguments



reply via email to

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