guix-commits
[Top][All Lists]
Advanced

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

04/05: gnu: r-biocneighbors: Update to 1.20.2.


From: guix-commits
Subject: 04/05: gnu: r-biocneighbors: Update to 1.20.2.
Date: Thu, 11 Jan 2024 08:42:06 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit c04ec0ed02c9c9a0ea0ad8ab01468f64c06b9b02
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Jan 11 14:41:22 2024 +0100

    gnu: r-biocneighbors: Update to 1.20.2.
    
    * gnu/packages/bioconductor.scm (r-biocneighbors): Update to 1.20.2.
    
    Change-Id: I1b2ee238581afe644ea3916b0bdcc360dae63f9f
---
 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 c2a5e85f51..5d0d697fc4 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -13317,14 +13317,14 @@ samples.")
 (define-public r-biocneighbors
   (package
     (name "r-biocneighbors")
-    (version "1.20.1")
+    (version "1.20.2")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "BiocNeighbors" version))
        (sha256
         (base32
-         "0w7hd6w0lmj1jaaq9zd5gwnnpkzcr0byqm5q584wjg4xgvsb981j"))))
+         "0lvsw920i75di5pwq7yvk8wcxp01wrh7863xmwbrmk5jrvl3y4h4"))))
     (properties `((upstream-name . "BiocNeighbors")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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