guix-commits
[Top][All Lists]
Advanced

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

48/323: gnu: r-savr: Update to 1.28.0.


From: guix-commits
Subject: 48/323: gnu: r-savr: Update to 1.28.0.
Date: Wed, 9 Dec 2020 06:46:28 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 967fc583929e6494e9e14b9797071a46d3084277
Author: zimoun <zimon.toutoune@gmail.com>
AuthorDate: Fri Oct 30 15:49:11 2020 +0100

    gnu: r-savr: Update to 1.28.0.
    
    * gnu/packages/bioconductor.scm (r-savr): Update to 1.28.0.
---
 gnu/packages/bioconductor.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index 04a6c16..79e72a4 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -2597,14 +2597,14 @@ maps.")
 (define-public r-savr
   (package
     (name "r-savr")
-    (version "1.26.0")
+    (version "1.28.0")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "savR" version))
        (sha256
         (base32
-         "17jdnr47ivblfspr4b32z9fds1fqiiwsi2z6r524g1v4944p8w5a"))))
+         "1vha9b7gndwjzvrzr1hdhv3wc6a1s2n9grxwfd78yb2lkysf4hic"))))
     (properties `((upstream-name . "savR")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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