guix-commits
[Top][All Lists]
Advanced

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

35/38: gnu: r-chromvar: Update to 1.20.1.


From: guix-commits
Subject: 35/38: gnu: r-chromvar: Update to 1.20.1.
Date: Tue, 20 Dec 2022 04:58:24 -0500 (EST)

rekado pushed a commit to branch wip-bioconductor
in repository guix.

commit a0c5fdb1063409a08a1e8f928666d57784321451
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Dec 19 23:00:03 2022 +0100

    gnu: r-chromvar: Update to 1.20.1.
    
    * gnu/packages/bioconductor.scm (r-chromvar): Update to 1.20.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 7af0634daa..34e11fc28f 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -16712,13 +16712,13 @@ This package wraps C++ code from the MOODS motif 
calling library.")
 (define-public r-chromvar
   (package
     (name "r-chromvar")
-    (version "1.20.0")
+    (version "1.20.1")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "chromVAR" version))
        (sha256
-        (base32 "1rwgbicbmszdkr05ksxfsisyhk0a4pvc3jrxbzjyc13jj5h6m5kp"))))
+        (base32 "1nhhpqhpvmw6b0nwxdwsjnakmfpxzpii8fmabwwg9bk8ni3zj5dq"))))
     (properties `((upstream-name . "chromVAR")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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