guix-commits
[Top][All Lists]
Advanced

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

06/39: gnu: r-aseb: Update to 1.46.3.


From: guix-commits
Subject: 06/39: gnu: r-aseb: Update to 1.46.3.
Date: Fri, 15 Dec 2023 11:48:43 -0500 (EST)

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

commit ea9441de8f34cb213b71db9333200bee3ba1ee6e
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Fri Dec 15 17:47:35 2023 +0100

    gnu: r-aseb: Update to 1.46.3.
    
    * gnu/packages/bioconductor.scm (r-aseb): Update to 1.46.3.
    
    Change-Id: I7fb905224840f598261fceba67207cd71e7a73d9
---
 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 f29c308675..b26b2e6e83 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -3862,13 +3862,13 @@ pairs.")
 (define-public r-aseb
   (package
     (name "r-aseb")
-    (version "1.46.0")
+    (version "1.46.3")
     (source (origin
               (method url-fetch)
               (uri (bioconductor-uri "ASEB" version))
               (sha256
                (base32
-                "1hiapxdbp1fg6wk62s31nkv9mkxzvd23hn3zhmf9n0nvqfhi7bdf"))))
+                "1da6ld3ij55l3saj05ink8i1f6gqwyrv896qh8g94dmh6vzn2xbr"))))
     (properties `((upstream-name . "ASEB")))
     (build-system r-build-system)
     (home-page "https://bioconductor.org/packages/ASEB";)



reply via email to

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