gnu: r-a4base: Update to 1.50.0.
* gnu/packages/bioconductor.scm (r-a4base): Update to 1.50.0. Change-Id: I5c2ecfe6e888af18fced6571461b4278a1e188fe
This commit is contained in:
parent
c6ad1d6186
commit
d69276f7e2
1 changed files with 2 additions and 2 deletions
|
|
@ -15214,14 +15214,14 @@ provides reporting features.")
|
||||||
(define-public r-a4base
|
(define-public r-a4base
|
||||||
(package
|
(package
|
||||||
(name "r-a4base")
|
(name "r-a4base")
|
||||||
(version "1.48.0")
|
(version "1.50.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
|
||||||
"01c8rps321820b0pchfqv8shglb26rys7hqkwygpzzx3jj310v8x"))))
|
"0hin5lpwa7cxa862jh3y7d8kq3q9bv76ri08b27jxzyr5p7xwcr2"))))
|
||||||
(properties `((upstream-name . "a4Base")))
|
(properties `((upstream-name . "a4Base")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
|
||||||
Reference in a new issue