[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/02: gnu: r-rhdf5filters: Update to 1.2.1.
From: |
guix-commits |
Subject: |
02/02: gnu: r-rhdf5filters: Update to 1.2.1. |
Date: |
Thu, 20 May 2021 08:44:14 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit 7ff515aa511afbaf177a8bde68bde6a3878ca447
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu May 20 14:42:55 2021 +0200
gnu: r-rhdf5filters: Update to 1.2.1.
* gnu/packages/bioinformatics.scm (r-rhdf5filters): Update to 1.2.1.
---
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 6581dd6..9c77d66 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -8576,14 +8576,14 @@ of gene-level counts.")
(define-public r-rhdf5filters
(package
(name "r-rhdf5filters")
- (version "1.2.0")
+ (version "1.2.1")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "rhdf5filters" version))
(sha256
(base32
- "1jvnss44liapbc6hk93yg1gknv0ahd5x86dydqiwq9l65jd03psq"))))
+ "1bjlgc76vx0z81s8vci9ln1d2s3b157qnm32xs36mnyjk31ivasz"))))
(properties `((upstream-name . "rhdf5filters")))
(build-system r-build-system)
(propagated-inputs