guix-commits
[Top][All Lists]
Advanced

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

42/55: gnu: r-hsmmsinglecell: Update to 1.22.0.


From: guix-commits
Subject: 42/55: gnu: r-hsmmsinglecell: Update to 1.22.0.
Date: Mon, 22 Jan 2024 08:01:03 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 1d0674befe58cc2c02b48812a9ee71a7e76099e9
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Jan 22 13:44:55 2024 +0100

    gnu: r-hsmmsinglecell: Update to 1.22.0.
    
    * gnu/packages/bioconductor.scm (r-hsmmsinglecell): Update to 1.22.0.
    
    Change-Id: I541a4637f7ec9b6e85e52c8f222002adef230a50
---
 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 027ba2357f..a9753a29a3 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -2287,13 +2287,13 @@ by Brooks et al., Genome Research 2011.")
 (define-public r-hsmmsinglecell
   (package
     (name "r-hsmmsinglecell")
-    (version "1.16.0")
+    (version "1.22.0")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "HSMMSingleCell" version 'experiment))
        (sha256
-        (base32 "12whx0pl9461xbak5r9zi6ggx5is8sk6mgrbjwlmx3mbr9am116v"))))
+        (base32 "1nf6jsjvy3qacwz0dl5jc9h87xhj9q73b0g49c2yrxvv1dhayq0i"))))
     (properties
      `((upstream-name . "HSMMSingleCell")))
     (build-system r-build-system)



reply via email to

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