guix-commits
[Top][All Lists]
Advanced

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

212/265: gnu: r-wrench: Update to 1.4.0.


From: guix-commits
Subject: 212/265: gnu: r-wrench: Update to 1.4.0.
Date: Sun, 15 Dec 2019 09:40:39 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 92f40538d34b1ca0ccb21e96a12559dbde68a00c
Author: Ricardo Wurmus <address@hidden>
Date:   Sun Dec 15 15:25:41 2019 +0100

    gnu: r-wrench: Update to 1.4.0.
    
    * gnu/packages/bioconductor.scm (r-wrench): Update to 1.4.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 31d7cf6..e81a704 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -4548,14 +4548,14 @@ data for high-throughput, untargeted analyte 
profiling.")
 (define-public r-wrench
   (package
     (name "r-wrench")
-    (version "1.2.0")
+    (version "1.4.0")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "Wrench" version))
        (sha256
         (base32
-         "1js4dsgpgwq552r4ay78awd5vhzlmva0v8xvn3dy9v18y4j9k94i"))))
+         "1s8d7jn0dk5zk2fhvsd4sgicypz4c41nzf19nqzcwb9bd6asgrwm"))))
     (properties `((upstream-name . "Wrench")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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