guix-commits
[Top][All Lists]
Advanced

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

01/15: gnu: bowtie: Use TBB 2020.


From: guix-commits
Subject: 01/15: gnu: bowtie: Use TBB 2020.
Date: Sun, 24 Oct 2021 16:39:05 -0400 (EDT)

rekado pushed a commit to branch core-updates-frozen
in repository guix.

commit 2ec601580bfaed84453e2f9cbc0ba3088c820d2d
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sun Oct 24 16:58:58 2021 +0000

    gnu: bowtie: Use TBB 2020.
    
    * gnu/packages/bioinformatics.scm (bowtie)[inputs]: Replace tbb with 
tbb-2020.
---
 gnu/packages/bioinformatics.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index f4110ab..128294a 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -1711,7 +1711,7 @@ errors at the end of reads.")
                      "--bowtie2-build=./bowtie2-build")
              #t)))))
     (inputs
-     `(("tbb" ,tbb)
+     `(("tbb" ,tbb-2020)
        ("zlib" ,zlib)
        ("python" ,python-wrapper)))
     (native-inputs



reply via email to

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