mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: r-metap: Update to 1.11.
* gnu/packages/bioconductor.scm (r-metap): Update to 1.11. Change-Id: I6bf89da4201256ae73206303234a275c011f202d
This commit is contained in:
parent
a0d812801f
commit
e964ade19c
1 changed files with 2 additions and 2 deletions
|
@ -15874,14 +15874,14 @@ are standardized and usable by the accompanying mutossGUI package.")
|
||||||
(define-public r-metap
|
(define-public r-metap
|
||||||
(package
|
(package
|
||||||
(name "r-metap")
|
(name "r-metap")
|
||||||
(version "1.10")
|
(version "1.11")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "metap" version))
|
(uri (cran-uri "metap" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"18l86026g5g0pdihw41h7yck1ad5k43bb7as5qih2k5xkr680mzx"))))
|
"1dwk402kbxigz5llh223z0b98cq2vs3ij049fgsj7bna7kycks1l"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list r-lattice
|
(list r-lattice
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue