mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-01 09:02:59 -05:00
gnu: r-a4reporting: Update to 1.50.0.
* gnu/packages/bioconductor.scm (r-a4reporting): Update to 1.50.0. Change-Id: Ifb88020fcd8812937e1d4cf2d63f7e2141285c5a
This commit is contained in:
parent
c5a7e436a4
commit
c6ad1d6186
1 changed files with 2 additions and 2 deletions
|
@ -15190,14 +15190,14 @@ (define-public r-a4preproc
|
||||||
(define-public r-a4reporting
|
(define-public r-a4reporting
|
||||||
(package
|
(package
|
||||||
(name "r-a4reporting")
|
(name "r-a4reporting")
|
||||||
(version "1.48.0")
|
(version "1.50.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "a4Reporting" version))
|
(uri (bioconductor-uri "a4Reporting" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0lx7fx2vlpq3c347gx842qlcvnzl0r25i5a55l0qbf8rb5liq2yv"))))
|
"16lgbwsgwp77x9a8c3hr1aqhp36skzz72xhbzm0a7w3kagmd8gn6"))))
|
||||||
(properties `((upstream-name . "a4Reporting")))
|
(properties `((upstream-name . "a4Reporting")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Loading…
Reference in a new issue