guix-commits
[Top][All Lists]
Advanced

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

20/38: gnu: r-dnacopy: Update to 1.72.2.


From: guix-commits
Subject: 20/38: gnu: r-dnacopy: Update to 1.72.2.
Date: Tue, 20 Dec 2022 04:58:21 -0500 (EST)

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

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

    gnu: r-dnacopy: Update to 1.72.2.
    
    * gnu/packages/bioconductor.scm (r-dnacopy): Update to 1.72.2.
---
 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 19379d95b9..397fb788a0 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -9624,14 +9624,14 @@ penalized least squares regression method.")
 (define-public r-dnacopy
   (package
     (name "r-dnacopy")
-    (version "1.72.0")
+    (version "1.72.2")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "DNAcopy" version))
        (sha256
         (base32
-         "0z2hl68f5f6d2w6gbhax4531g3zbgiihj99h32sa44hp29al38ld"))))
+         "1f6ilfwhli7bdnr48y2ijdydvw7kjbyz701kgbsw3w7inr6x6ayr"))))
     (properties `((upstream-name . "DNAcopy")))
     (build-system r-build-system)
     (native-inputs (list gfortran))



reply via email to

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