mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-22 10:16:45 +01:00
gnu: r-biomformat: Update to 1.24.0.
* gnu/packages/bioconductor.scm (r-biomformat): Update to 1.24.0.
This commit is contained in:
parent
12ee563b41
commit
eb18527e5f
1 changed files with 2 additions and 2 deletions
|
@ -15552,14 +15552,14 @@ (define-public r-biodb
|
||||||
(define-public r-biomformat
|
(define-public r-biomformat
|
||||||
(package
|
(package
|
||||||
(name "r-biomformat")
|
(name "r-biomformat")
|
||||||
(version "1.22.0")
|
(version "1.24.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "biomformat" version))
|
(uri (bioconductor-uri "biomformat" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0xf99j4lhf8kh9h1317hrbzxdv6rljs1fn68r8s40x6y4db3l817"))))
|
"12wqjipxhngmlnrdmx329dqmkmy2wa4nkkrhwaqv2nwy90dncs9n"))))
|
||||||
(properties `((upstream-name . "biomformat")))
|
(properties `((upstream-name . "biomformat")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Loading…
Reference in a new issue