guix-commits
[Top][All Lists]
Advanced

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

143/324: gnu: r-savr: Update to 1.30.0.


From: guix-commits
Subject: 143/324: gnu: r-savr: Update to 1.30.0.
Date: Sat, 5 Jun 2021 03:15:11 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit a10f236ca3b0e0e0b6511a1ce9856372616a7e94
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat Jun 5 08:49:54 2021 +0200

    gnu: r-savr: Update to 1.30.0.
    
    * gnu/packages/bioconductor.scm (r-savr): Update to 1.30.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 e62822b..278b8ce 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -5858,14 +5858,14 @@ maps.")
 (define-public r-savr
   (package
     (name "r-savr")
-    (version "1.28.0")
+    (version "1.30.0")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "savR" version))
        (sha256
         (base32
-         "1vha9b7gndwjzvrzr1hdhv3wc6a1s2n9grxwfd78yb2lkysf4hic"))))
+         "1ynp334hm76zf05j4f6vha6r16s5f2ncxx9yviq4rxidk9r723jq"))))
     (properties `((upstream-name . "savR")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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