guix-commits
[Top][All Lists]
Advanced

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

01/08: gnu: r-hdcytodata: Update to 1.22.1.


From: guix-commits
Subject: 01/08: gnu: r-hdcytodata: Update to 1.22.1.
Date: Wed, 27 Mar 2024 10:02:04 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 8cbdeb44a98470c22e7e4b8afcf1aade323752e7
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Mar 27 14:20:56 2024 +0100

    gnu: r-hdcytodata: Update to 1.22.1.
    
    * gnu/packages/bioconductor.scm (r-hdcytodata): Update to 1.22.1.
    
    Change-Id: I7c159709261c7862a171aac14962b4b18cf1459f
---
 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 14d3c68b4a..e1bd4cf35c 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -1971,13 +1971,13 @@ downloaded from Encode.")
 (define-public r-hdcytodata
   (package
     (name "r-hdcytodata")
-    (version "1.22.0")
+    (version "1.22.1")
     (source (origin
               (method url-fetch)
               (uri (bioconductor-uri "HDCytoData" version 'experiment))
               (sha256
                (base32
-                "1xqwkwxaaj5yylx9pzvka8pj9gxg1z4g23d2sralcvqzcz7q13zn"))))
+                "1048xgypsw257ihy0ysfxy5443dzhzp2rkjjvpivvrhw4dzl25ir"))))
     (properties `((upstream-name . "HDCytoData")))
     (build-system r-build-system)
     (arguments



reply via email to

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