guix-commits
[Top][All Lists]
Advanced

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

297/324: gnu: r-hitc: Update to 1.36.0.


From: guix-commits
Subject: 297/324: gnu: r-hitc: Update to 1.36.0.
Date: Sat, 5 Jun 2021 03:16:04 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

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

    gnu: r-hitc: Update to 1.36.0.
    
    * gnu/packages/bioconductor.scm (r-hitc): Update to 1.36.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 ec49cb7..6cfc146 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -12147,13 +12147,13 @@ assays such as Hi-C.")
 (define-public r-hitc
   (package
     (name "r-hitc")
-    (version "1.34.0")
+    (version "1.36.0")
     (source (origin
               (method url-fetch)
               (uri (bioconductor-uri "HiTC" version))
               (sha256
                (base32
-                "1xbh36qgmzl8b6xq0hnl41li2x18yma50fq0v4dglh2ddn7as9iy"))))
+                "0s3kfqs3zlmq61hxdmxpmi9gfs9w3byckw7xzp1hrhdbsl46yvgq"))))
     (properties `((upstream-name . "HiTC")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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