guix-commits
[Top][All Lists]
Advanced

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

351/457: gnu: r-fmcsr: Update to 1.40.0.


From: guix-commits
Subject: 351/457: gnu: r-fmcsr: Update to 1.40.0.
Date: Thu, 24 Nov 2022 06:37:37 -0500 (EST)

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

commit 4cf44682fb35e17f365f392a11c7301c7582cf4c
Author: zimoun <zimon.toutoune@gmail.com>
AuthorDate: Thu Nov 17 03:50:28 2022 +0100

    gnu: r-fmcsr: Update to 1.40.0.
    
    * gnu/packages/bioconductor.scm (r-fmcsr): Update to 1.40.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 28c1d0a74a..000f69c2f6 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -14688,13 +14688,13 @@ structures.")
 (define-public r-fmcsr
   (package
     (name "r-fmcsr")
-    (version "1.38.0")
+    (version "1.40.0")
     (source
       (origin
         (method url-fetch)
         (uri (bioconductor-uri "fmcsR" version))
         (sha256
-          (base32 "1mblmk21dxc9v2fikhvfg2njwgl190gkysppl6msxizwcmxsmh30"))))
+          (base32 "00xi01wz61ip8pnbrpnpp8hncb8gyiw69qkbg0cl425rv6qjb3mr"))))
     (properties `((upstream-name . "fmcsR")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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