guix-commits
[Top][All Lists]
Advanced

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

33/38: gnu: r-preprocesscore: Update to 1.60.1.


From: guix-commits
Subject: 33/38: gnu: r-preprocesscore: Update to 1.60.1.
Date: Tue, 20 Dec 2022 04:58:23 -0500 (EST)

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

commit d8d1f8fe3b96206128295d1d9687bd952681a7ef
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Dec 19 23:00:03 2022 +0100

    gnu: r-preprocesscore: Update to 1.60.1.
    
    * gnu/packages/bioconductor.scm (r-preprocesscore): Update to 1.60.1.
---
 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 730e3b417f..764af84960 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -16201,14 +16201,14 @@ generated.")
 (define-public r-preprocesscore
   (package
     (name "r-preprocesscore")
-    (version "1.60.0")
+    (version "1.60.1")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "preprocessCore" version))
        (sha256
         (base32
-         "1l0m591scln024jdpib47fndhx2wfp9jgkj3mdmwd9nkc5y0qjda"))))
+         "1rwr31jp4dh3xcfx1kx8rz5xvyx1mrwy85hqrjrfr4m6h0qv28k1"))))
     (properties
      `((upstream-name . "preprocessCore")))
     (build-system r-build-system)



reply via email to

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