mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: r-metapod: Update to 1.10.1.
* gnu/packages/bioconductor.scm (r-metapod): Update to 1.10.1. Change-Id: Iafd5b48420d12f9fd02966c83914feb1ef38e510
This commit is contained in:
parent
5673484cbc
commit
e15b95c126
1 changed files with 2 additions and 2 deletions
|
@ -13242,14 +13242,14 @@ data.")
|
||||||
(define-public r-metapod
|
(define-public r-metapod
|
||||||
(package
|
(package
|
||||||
(name "r-metapod")
|
(name "r-metapod")
|
||||||
(version "1.10.0")
|
(version "1.10.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "metapod" version))
|
(uri (bioconductor-uri "metapod" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1nhxwj6gwc3hqji7icp1q6n0hj1gnvv1y5zhd2myhm7kj3sic2qc"))))
|
"05cy3xvj78n2p9l2pxfys7aczr51gm2ywprn4qmzr7ppb6rq5f66"))))
|
||||||
(properties `((upstream-name . "metapod")))
|
(properties `((upstream-name . "metapod")))
|
||||||
(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