guix-commits
[Top][All Lists]
Advanced

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

19/27: gnu: r-systempiper: Update to 1.24.3.


From: guix-commits
Subject: 19/27: gnu: r-systempiper: Update to 1.24.3.
Date: Thu, 11 Feb 2021 15:35:25 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit babb2dce34774c7935980bd770ba2e15ddce7947
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Feb 11 21:31:39 2021 +0100

    gnu: r-systempiper: Update to 1.24.3.
    
    * gnu/packages/bioinformatics.scm (r-systempiper): Update to 1.24.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 c733e33..4d5d2d7 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -7611,14 +7611,14 @@ ungapped alignment formats.")
 (define-public r-systempiper
   (package
     (name "r-systempiper")
-    (version "1.24.2")
+    (version "1.24.3")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "systemPipeR" version))
        (sha256
         (base32
-         "0blvvci57q12sl18yvw07233rfnj47mfadzm0pdpig1ll5z6ld2j"))))
+         "0ffazyl2q9plbhwlxi04s3fvnli6qj95n7bkjc21535bbi08xfki"))))
     (properties `((upstream-name . "systemPipeR")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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