mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-30 16:12:58 -05:00
gnu: r-a4reporting: Update to 1.40.0.
* gnu/packages/bioconductor.scm (r-a4reporting): Update to 1.40.0.
This commit is contained in:
parent
751b4904b0
commit
1217dab2e2
1 changed files with 2 additions and 2 deletions
|
@ -7440,14 +7440,14 @@ (define-public r-a4preproc
|
||||||
(define-public r-a4reporting
|
(define-public r-a4reporting
|
||||||
(package
|
(package
|
||||||
(name "r-a4reporting")
|
(name "r-a4reporting")
|
||||||
(version "1.38.0")
|
(version "1.40.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
|
||||||
"1jx4ym3hyix8gwr8d2r38w1wj7siv6ynzhwanczcjf1naws3dqpy"))))
|
"09jjfby5znmg2fdkhpbinx2v21zrfa44qq7cylcn9ipffqx3pk86"))))
|
||||||
(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