guix-commits
[Top][All Lists]
Advanced

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

15/356: gnu: r-bluster: Update to 1.4.0.


From: guix-commits
Subject: 15/356: gnu: r-bluster: Update to 1.4.0.
Date: Sun, 7 Nov 2021 18:10:43 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit b0a2fc92530bb1aff599971123f153d559c8dfc7
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Nov 4 22:03:57 2021 +0000

    gnu: r-bluster: Update to 1.4.0.
    
    * gnu/packages/bioconductor.scm (r-bluster): Update to 1.4.0.
---
 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 1412883..1a3758a 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -1591,13 +1591,13 @@ array-like objects like @code{DataFrame} objects 
(typically with Rle columns),
 (define-public r-bluster
   (package
    (name "r-bluster")
-   (version "1.2.1")
+   (version "1.4.0")
    (source (origin
             (method url-fetch)
             (uri (bioconductor-uri "bluster" version))
             (sha256
              (base32
-              "128zd5vwlhmrkq0bpp1dxnkrcqfz1mjmdjlla4wqbjv7v6yyn6lg"))))
+              "1j24l12i3aga4qd827sj8b160yvrhlznggb4piddkmhjc0sppbjm"))))
    (properties `((upstream-name . "bluster")))
    (build-system r-build-system)
    (propagated-inputs



reply via email to

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