mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: r-biocsingular: Update to 1.24.0.
* gnu/packages/bioconductor.scm (r-biocsingular): Update to 1.24.0. Change-Id: I6372e020d35cc952789c3a3c1e0b35c8852a9b10
This commit is contained in:
parent
fe1cbf3e15
commit
cde147c8e7
1 changed files with 2 additions and 2 deletions
|
@ -16942,14 +16942,14 @@ missing values and weighting where appropriate.")
|
||||||
(define-public r-biocsingular
|
(define-public r-biocsingular
|
||||||
(package
|
(package
|
||||||
(name "r-biocsingular")
|
(name "r-biocsingular")
|
||||||
(version "1.22.0")
|
(version "1.24.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
|
||||||
"17flxapf8jw44rsbfz0iifhn6kdb2248lppbq0iz9c021wxlk28h"))))
|
"0dmlx6jshwh1iwmwjz9p8iykv34jskl9z6kxdxcbrl38wzsjhjfy"))))
|
||||||
(properties `((upstream-name . "BiocSingular")))
|
(properties `((upstream-name . "BiocSingular")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue