guix-commits
[Top][All Lists]
Advanced

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

13/38: gnu: r-enmix: Update to 1.40.2.


From: guix-commits
Subject: 13/38: gnu: r-enmix: Update to 1.40.2.
Date: Tue, 2 Jul 2024 20:41:00 -0400 (EDT)

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

commit 5ee28244062c8285e1b8ac9c431d8c49681b6657
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Jul 3 02:39:59 2024 +0200

    gnu: r-enmix: Update to 1.40.2.
    
    * gnu/packages/bioconductor.scm (r-enmix): Update to 1.40.2.
    
    Change-Id: I48d2d72ddc6eff87c6416b4dd883acc408ec811d
---
 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 4c9ebe48bf..003f017c03 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -7855,13 +7855,13 @@ parameter configurations.")
 (define-public r-enmix
   (package
     (name "r-enmix")
-    (version "1.40.0")
+    (version "1.40.2")
     (source (origin
               (method url-fetch)
               (uri (bioconductor-uri "ENmix" version))
               (sha256
                (base32
-                "0cafz7bw5xha0lb3g8hfnbyj17ccb12falacxzlv4zy36mr3wxl7"))))
+                "1x8rzdzymibypb65axx3sgxsgrj5d1fldj9j70acvg46lqhmq8f2"))))
     (properties `((upstream-name . "ENmix")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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