guix-commits
[Top][All Lists]
Advanced

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

82/265: gnu: r-copywriter: Update to 2.18.0.


From: guix-commits
Subject: 82/265: gnu: r-copywriter: Update to 2.18.0.
Date: Sun, 15 Dec 2019 09:40:09 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 746e1f062e8370c5e2fecba1e79d9518e9679796
Author: Ricardo Wurmus <address@hidden>
Date:   Sun Dec 15 14:59:12 2019 +0100

    gnu: r-copywriter: Update to 2.18.0.
    
    * gnu/packages/bioinformatics.scm (r-copywriter): Update to 2.18.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 89271ef..51ae421 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -8985,14 +8985,14 @@ GenomicRanges Bioconductor package.")
 (define-public r-copywriter
   (package
     (name "r-copywriter")
-    (version "2.16.0")
+    (version "2.18.0")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "CopywriteR" version))
        (sha256
         (base32
-         "0kv3k58wyyicq1hhq7bddh0v3b2ksz6fa47skvnp8f193csza9g6"))))
+         "0llg1zpxg7qnvja5f5w1z1xic0jdg6zc4mfn97h2sm44skxxcyl1"))))
     (properties `((upstream-name . "CopywriteR")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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