mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-21 09:37:03 +01:00
gnu: r-bluster: Update to 1.4.0.
* gnu/packages/bioconductor.scm (r-bluster): Update to 1.4.0.
This commit is contained in:
parent
35ccf99fff
commit
b0a2fc9253
1 changed files with 2 additions and 2 deletions
|
@ -1591,13 +1591,13 @@ (define-public r-delayedarray
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue