mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 07:16:39 +01:00
gnu: r-a4: Update to 1.48.0.
* gnu/packages/bioconductor.scm (r-a4): Update to 1.48.0.
This commit is contained in:
parent
f9f9c3f64e
commit
6fbb674db9
1 changed files with 2 additions and 2 deletions
|
@ -13152,14 +13152,14 @@ (define-public r-a4base
|
||||||
(define-public r-a4
|
(define-public r-a4
|
||||||
(package
|
(package
|
||||||
(name "r-a4")
|
(name "r-a4")
|
||||||
(version "1.46.0")
|
(version "1.48.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "a4" version))
|
(uri (bioconductor-uri "a4" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1sis4hwrxyn2x96yysz82gffl2kkj68ry945y15zwikwk80s31hb"))))
|
"0n49scwwmg51gcakbc0bfjcy1lcpdxg974l11yk35kj0bg9ynpgi"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list r-a4base r-a4classif r-a4core r-a4preproc r-a4reporting))
|
(list r-a4base r-a4classif r-a4core r-a4preproc r-a4reporting))
|
||||||
|
|
Loading…
Reference in a new issue