guix-commits
[Top][All Lists]
Advanced

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

28/55: gnu: r-copyhelper: Update to 1.34.0.


From: guix-commits
Subject: 28/55: gnu: r-copyhelper: Update to 1.34.0.
Date: Mon, 22 Jan 2024 08:01:00 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 4c4f07ca263cc0098b8ac03f5bef02eef6e09d00
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Jan 22 13:44:14 2024 +0100

    gnu: r-copyhelper: Update to 1.34.0.
    
    * gnu/packages/bioconductor.scm (r-copyhelper): Update to 1.34.0.
    
    Change-Id: I2cfa340e85fb723615295949ef614db1761f9c6e
---
 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 ed55d09fa3..cabc728f2f 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -1843,13 +1843,13 @@ chromstaR package.")
 (define-public r-copyhelper
   (package
     (name "r-copyhelper")
-    (version "1.28.0")
+    (version "1.34.0")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "CopyhelpeR" version 'experiment))
        (sha256
-        (base32 "0klrnxck0q14birnpwzkiwmj77hwdn6gazvdg0lqn9y6j5mbkyx1"))))
+        (base32 "1zfsxi65lln93fb87l6fgp7vxldb4fvnf95h91dl424xyq6qjp1h"))))
     (properties `((upstream-name . "CopyhelpeR")))
     (build-system r-build-system)
     (home-page "https://bioconductor.org/packages/CopyhelpeR/";)



reply via email to

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