mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-28 05:59:20 -05:00
gnu: r-a4base: Update to 1.46.0.
* gnu/packages/bioconductor.scm (r-a4base): Update to 1.46.0.
This commit is contained in:
parent
9e1a4ae173
commit
a618ee00cd
1 changed files with 2 additions and 2 deletions
|
@ -10799,14 +10799,14 @@ (define-public r-a4reporting
|
||||||
(define-public r-a4base
|
(define-public r-a4base
|
||||||
(package
|
(package
|
||||||
(name "r-a4base")
|
(name "r-a4base")
|
||||||
(version "1.44.0")
|
(version "1.46.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "a4Base" version))
|
(uri (bioconductor-uri "a4Base" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"15zqirz16gpks9f5d3d76h85b936za2jih74vfr55l5arqrrvvsn"))))
|
"14diri7gswd6h5p3bdhh20fy7i54d270mq985qcdvdyhx4kpw6g6"))))
|
||||||
(properties `((upstream-name . "a4Base")))
|
(properties `((upstream-name . "a4Base")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Loading…
Reference in a new issue