guix-commits
[Top][All Lists]
Advanced

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

75/81: gnu: r-metapod: Update to 1.10.1.


From: guix-commits
Subject: 75/81: gnu: r-metapod: Update to 1.10.1.
Date: Mon, 1 Jan 2024 08:55:20 -0500 (EST)

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

commit e15b95c1266e5388dc9439426fcd5c0445d0dac4
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Dec 28 11:20:35 2023 +0100

    gnu: r-metapod: Update to 1.10.1.
    
    * gnu/packages/bioconductor.scm (r-metapod): Update to 1.10.1.
    
    Change-Id: Iafd5b48420d12f9fd02966c83914feb1ef38e510
---
 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 d1c61ad8c4..f75d320285 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -13242,14 +13242,14 @@ data.")
 (define-public r-metapod
   (package
     (name "r-metapod")
-    (version "1.10.0")
+    (version "1.10.1")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "metapod" version))
        (sha256
         (base32
-         "1nhxwj6gwc3hqji7icp1q6n0hj1gnvv1y5zhd2myhm7kj3sic2qc"))))
+         "05cy3xvj78n2p9l2pxfys7aczr51gm2ywprn4qmzr7ppb6rq5f66"))))
     (properties `((upstream-name . "metapod")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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