[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
07/15: gnu: subread: Update to 2.0.3.
From: |
guix-commits |
Subject: |
07/15: gnu: subread: Update to 2.0.3. |
Date: |
Tue, 7 Dec 2021 07:18:29 -0500 (EST) |
rekado pushed a commit to branch core-updates-frozen
in repository guix.
commit 96b2be833d24859a34ef2f96aa992e7f762287b5
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Dec 7 12:59:36 2021 +0100
gnu: subread: Update to 2.0.3.
* gnu/packages/bioinformatics.scm (subread): Update to 2.0.3.
---
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 85de9ae..8473748 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -7294,14 +7294,14 @@ sequences.")
(define-public subread
(package
(name "subread")
- (version "1.6.0")
+ (version "2.0.3")
(source (origin
(method url-fetch)
(uri (string-append "mirror://sourceforge/subread/subread-"
version "/subread-" version
"-source.tar.gz"))
(sha256
(base32
- "0ah0n4jx6ksk2m2j7xk385x2qzmk1y4rfc6a4mfrdqrlq721w99i"))))
+ "0szmllia7jl0annk5568xjhw6cc8yj1c5mb961qk5m0lz6ig7kjn"))))
(build-system gnu-build-system)
(arguments
`(#:tests? #f ;no "check" target
- branch core-updates-frozen updated (06fca01 -> c08d6e6), guix-commits, 2021/12/07
- 03/15: gnu: Add python-pytest-rerunfailures., guix-commits, 2021/12/07
- 01/15: gnu: python-cytoolz: Update to 0.11.2., guix-commits, 2021/12/07
- 02/15: gnu: mcl: Add -fcommon to compiler flags., guix-commits, 2021/12/07
- 06/15: gnu: subread: Update home page.., guix-commits, 2021/12/07
- 07/15: gnu: subread: Update to 2.0.3.,
guix-commits <=
- 08/15: gnu: subread: Remove trailing #T., guix-commits, 2021/12/07
- 04/15: gnu: python-pytest-console-scripts: Update to 1.2.1., guix-commits, 2021/12/07
- 11/15: gnu: phylip: Update to 3.697., guix-commits, 2021/12/07
- 05/15: gnu: subread: Pass -fcommon to compiler., guix-commits, 2021/12/07
- 09/15: gnu: phylip: Remove trailing #T., guix-commits, 2021/12/07
- 12/15: gnu: python-dask: Add missing input for tests., guix-commits, 2021/12/07
- 14/15: gnu: python-dask: Update to 2021.11.2., guix-commits, 2021/12/07
- 13/15: gnu: python-dask: Run tests conditionally., guix-commits, 2021/12/07
- 10/15: gnu: phylip: Pass -fcommon to compiler., guix-commits, 2021/12/07
- 15/15: gnu: python-sparse: Update to 0.13.0., guix-commits, 2021/12/07