guix-commits
[Top][All Lists]
Advanced

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

187/224: gnu: r-alabaster-base: Update to 1.4.2.


From: guix-commits
Subject: 187/224: gnu: r-alabaster-base: Update to 1.4.2.
Date: Wed, 17 Jul 2024 03:11:53 -0400 (EDT)

rekado pushed a commit to branch r-team
in repository guix.

commit 245d0b9003f6243bb88f384c43db5f6514eda3ae
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Jul 3 02:39:57 2024 +0200

    gnu: r-alabaster-base: Update to 1.4.2.
    
    * gnu/packages/bioconductor.scm (r-alabaster-base): Update to 1.4.2.
    
    Change-Id: I919fdb38450e527032e77be209d2a95f3e5c5484
---
 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 97792fd430..63d4e02fe2 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -3212,13 +3212,13 @@ datasets.")
 (define-public r-alabaster-base
   (package
     (name "r-alabaster-base")
-    (version "1.4.1")
+    (version "1.4.2")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "alabaster.base" version))
        (sha256
-        (base32 "1id8cs3m1kpcfmk9aa957vy7svf7aam4kzyzic36rxcqmarr130h"))))
+        (base32 "1yf4j6dwva1d16fb8ss5hrpmj71azwjk9aqpad9wpnfapaldjzhb"))))
     (properties `((upstream-name . "alabaster.base")))
     (build-system r-build-system)
     (inputs (list zlib))



reply via email to

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