guix-commits
[Top][All Lists]
Advanced

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

32/33: gnu: r-chromvar: Update to 1.20.2.


From: guix-commits
Subject: 32/33: gnu: r-chromvar: Update to 1.20.2.
Date: Wed, 15 Mar 2023 12:41:22 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 81697789df74b5dba073c43e8ec272a87b025235
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Mar 15 14:56:32 2023 +0100

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



reply via email to

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