guix-commits
[Top][All Lists]
Advanced

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

209/324: gnu: r-wrench: Update to 1.10.0.


From: guix-commits
Subject: 209/324: gnu: r-wrench: Update to 1.10.0.
Date: Sat, 5 Jun 2021 03:15:34 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 2da5ef4c5500656826822eda447165975d84b0f2
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat Jun 5 08:50:02 2021 +0200

    gnu: r-wrench: Update to 1.10.0.
    
    * gnu/packages/bioconductor.scm (r-wrench): Update to 1.10.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 619358a..1170cbd 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -8537,14 +8537,14 @@ data for high-throughput, untargeted analyte 
profiling.")
 (define-public r-wrench
   (package
     (name "r-wrench")
-    (version "1.8.0")
+    (version "1.10.0")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "Wrench" version))
        (sha256
         (base32
-         "01z7rd9fn6cpab3dxgwfpfjlq6vsqb8jhbzvhcqn9v2vqc2pridx"))))
+         "0yssmqayaryrc0asjjqxdipqdfg309llrzldx38jrfgdsza6bvs0"))))
     (properties `((upstream-name . "Wrench")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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