guix-commits
[Top][All Lists]
Advanced

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

03/31: gnu: r-wiggleplotr: Update to 1.12.1.


From: guix-commits
Subject: 03/31: gnu: r-wiggleplotr: Update to 1.12.1.
Date: Mon, 22 Jun 2020 06:16:01 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 015ff0bf1810de8b0ea6ed911908420f58dbdd16
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Jun 22 12:12:01 2020 +0200

    gnu: r-wiggleplotr: Update to 1.12.1.
    
    * gnu/packages/bioconductor.scm (r-wiggleplotr): Update to 1.12.1.
---
 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 b651285..d1ce5d0 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -5119,14 +5119,14 @@ that arising from 16s metagenomic surveys.")
 (define-public r-wiggleplotr
   (package
     (name "r-wiggleplotr")
-    (version "1.12.0")
+    (version "1.12.1")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "wiggleplotr" version))
        (sha256
         (base32
-         "15l8f7ls2mwhsw68sr1k4r19hmdzjriibr5hpnfbanzj5x6yhdjq"))))
+         "1wknigh1md3w4h68caqlpq945maipdkpmw10hc2rlx4nbbpcnawp"))))
     (build-system r-build-system)
     (propagated-inputs
      `(("r-assertthat" ,r-assertthat)



reply via email to

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