guix-commits
[Top][All Lists]
Advanced

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

298/356: gnu: r-hitc: Update to 1.38.0.


From: guix-commits
Subject: 298/356: gnu: r-hitc: Update to 1.38.0.
Date: Sun, 7 Nov 2021 18:12:27 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 77450726d63e619845472ef1b1317c614601d0bc
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Nov 4 22:04:42 2021 +0000

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



reply via email to

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