guix-commits
[Top][All Lists]
Advanced

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

327/457: gnu: r-bigmelon: Update to 1.24.0.


From: guix-commits
Subject: 327/457: gnu: r-bigmelon: Update to 1.24.0.
Date: Thu, 24 Nov 2022 06:37:31 -0500 (EST)

rekado pushed a commit to branch wip-bioconductor
in repository guix.

commit 63b8d104dc0bfa88553887ca6961ffcf08043eab
Author: zimoun <zimon.toutoune@gmail.com>
AuthorDate: Thu Nov 17 03:50:26 2022 +0100

    gnu: r-bigmelon: Update to 1.24.0.
    
    * gnu/packages/bioconductor.scm (r-bigmelon): 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 08f4549f29..79f601d02c 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -13738,14 +13738,14 @@ with multiple R processes supported by the package 
@code{parallel}.")
 (define-public r-bigmelon
   (package
     (name "r-bigmelon")
-    (version "1.22.0")
+    (version "1.24.0")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "bigmelon" version))
        (sha256
         (base32
-         "1msch4qbifkdqv0bbw03xj6d9w28z91mf4ki41rqg6048cq17h2k"))))
+         "094d43yv8af8sijp43ndcaincnsf3ng32vgwh6bfazlq5d601r6y"))))
     (properties `((upstream-name . "bigmelon")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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