mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: r-biocsingular: Update to 1.6.0.
* gnu/packages/bioconductor.scm (r-biocsingular): Update to 1.6.0.
This commit is contained in:
parent
dd9341ffa3
commit
798ec28916
1 changed files with 2 additions and 2 deletions
|
@ -2575,14 +2575,14 @@ achieved for all methods using the BiocParallel framework.")
|
||||||
(define-public r-biocsingular
|
(define-public r-biocsingular
|
||||||
(package
|
(package
|
||||||
(name "r-biocsingular")
|
(name "r-biocsingular")
|
||||||
(version "1.4.0")
|
(version "1.6.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "BiocSingular" version))
|
(uri (bioconductor-uri "BiocSingular" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0368a9xj4cvicqkxmhh12ln46q9gnxla70s1dqrxxfn3b6k525ih"))))
|
"1hczix1h14d19hzcsngqkqqnqkprs41phzlcird8haxnw9bs03ni"))))
|
||||||
(properties `((upstream-name . "BiocSingular")))
|
(properties `((upstream-name . "BiocSingular")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue