guix-commits
[Top][All Lists]
Advanced

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

04/07: gnu: Update r-biocneighbors to 1.8.1.


From: guix-commits
Subject: 04/07: gnu: Update r-biocneighbors to 1.8.1.
Date: Wed, 18 Nov 2020 11:00:24 -0500 (EST)

roelj pushed a commit to branch wip-r
in repository guix.

commit 2c7f72967979268078b61bffc7971a2d50faf30d
Author: Roel Janssen <roel@gnu.org>
AuthorDate: Wed Nov 18 16:50:35 2020 +0100

    gnu: Update r-biocneighbors to 1.8.1.
    
    * gnu/packages/bioconductor.scm (r-biocneighbors): Update to 1.8.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 9383613..13e0f12 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -2513,14 +2513,14 @@ samples.")
 (define-public r-biocneighbors
   (package
     (name "r-biocneighbors")
-    (version "1.8.0")
+    (version "1.8.1")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "BiocNeighbors" version))
        (sha256
         (base32
-         "1acv2vlnp513wjmhw1929l6kg0m89rmaxb4f6sx269szz33hi0mm"))))
+         "0hip1sgi3zkrf8g9bw12alaszivja3difalnybr5s7gvh8qd5sf4"))))
     (properties `((upstream-name . "BiocNeighbors")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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