guix-commits
[Top][All Lists]
Advanced

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

01/03: gnu: r-alpine: Update to 1.24.0.


From: guix-commits
Subject: 01/03: gnu: r-alpine: Update to 1.24.0.
Date: Wed, 30 Nov 2022 05:30:21 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 6b825d9cb96a56e5073615b7b0051e97a7ffb842
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Nov 30 10:49:43 2022 +0100

    gnu: r-alpine: Update to 1.24.0.
    
    * gnu/packages/bioconductor.scm (r-alpine): Update to 1.24.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 d38e2bc884..744d3efb89 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -2454,13 +2454,13 @@ plants.  The method has been specifically designed to:
 (define-public r-alpine
   (package
     (name "r-alpine")
-    (version "1.22.0")
+    (version "1.24.0")
     (source (origin
               (method url-fetch)
               (uri (bioconductor-uri "alpine" version))
               (sha256
                (base32
-                "1nl1hxwakh5m9rqm3ksn2jzknsj9xnwl51bmc30knknm4q35wdv9"))))
+                "0rjnwljh4c2f7ml0m14pllns4pvyjwwf23qsn6zjygm5x04bapf0"))))
     (properties `((upstream-name . "alpine")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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