[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/03: gnu: Update r-systempiper to 1.24.2.
From: |
guix-commits |
Subject: |
01/03: gnu: Update r-systempiper to 1.24.2. |
Date: |
Wed, 18 Nov 2020 10:02:27 -0500 (EST) |
roelj pushed a commit to branch wip-r
in repository guix.
commit 2bca7d8a8abada1daf72e94db40f9412c01f5af3
Author: Roel Janssen <roel@gnu.org>
AuthorDate: Wed Nov 18 15:59:02 2020 +0100
gnu: Update r-systempiper to 1.24.2.
* gnu/packages/bioinformatics.scm (r-systempiper): Update to 1.24.2.
---
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 38de092..8e5f796 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -7307,14 +7307,14 @@ ungapped alignment formats.")
(define-public r-systempiper
(package
(name "r-systempiper")
- (version "1.24.0")
+ (version "1.24.2")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "systemPipeR" version))
(sha256
(base32
- "1am0bhgbk03h43ajq83j2wvyxarwfrq32wnqw7mzx4wzk70pk11g"))))
+ "0blvvci57q12sl18yvw07233rfnj47mfadzm0pdpig1ll5z6ld2j"))))
(properties `((upstream-name . "systemPipeR")))
(build-system r-build-system)
(propagated-inputs