guix-commits
[Top][All Lists]
Advanced

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

60/215: gnu: r-copywriter: Update to 2.16.0.


From: guix-commits
Subject: 60/215: gnu: r-copywriter: Update to 2.16.0.
Date: Sun, 5 May 2019 18:15:39 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 59bef6eaee3ce7526805a13c4242d053565edfab
Author: Ricardo Wurmus <address@hidden>
Date:   Sun May 5 23:36:48 2019 +0200

    gnu: r-copywriter: Update to 2.16.0.
    
    * gnu/packages/bioinformatics.scm (r-copywriter): Update to 2.16.0.
---
 gnu/packages/bioinformatics.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index a85838f..7c295e8 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -8948,14 +8948,14 @@ GenomicRanges Bioconductor package.")
 (define-public r-copywriter
   (package
     (name "r-copywriter")
-    (version "2.14.1")
+    (version "2.16.0")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "CopywriteR" version))
        (sha256
         (base32
-         "1hbiw0m9hmx4na9v502pxf8y5wvxzr68r4d3fqr2755gxx86qck6"))))
+         "0kv3k58wyyicq1hhq7bddh0v3b2ksz6fa47skvnp8f193csza9g6"))))
     (properties `((upstream-name . "CopywriteR")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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