mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-22 10:39:39 -05:00
gnu: r-a4base: Update to 1.42.0.
* gnu/packages/bioconductor.scm (r-a4base): Update to 1.42.0.
This commit is contained in:
parent
9b249fc8a9
commit
c0207d4f7c
1 changed files with 2 additions and 2 deletions
|
@ -7757,14 +7757,14 @@ (define-public r-a4reporting
|
||||||
(define-public r-a4base
|
(define-public r-a4base
|
||||||
(package
|
(package
|
||||||
(name "r-a4base")
|
(name "r-a4base")
|
||||||
(version "1.40.0")
|
(version "1.42.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
|
||||||
"101w4i0w8n7qhki22qr8l8wk8w6zalzmcywqm2g4238qv7xbnr8p"))))
|
"0rddxnflvbc6z4sj2h8js8yfh0zhrrwj8fk00wicaqp4rkr5yaxy"))))
|
||||||
(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