mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-04 02:19:18 -05:00
gnu: r-a4preproc: Update to 1.50.0.
* gnu/packages/bioconductor.scm (r-a4preproc): Update to 1.50.0. Change-Id: I2b73b3e793131c8d07258bb5f3c0e1304f8b788f
This commit is contained in:
parent
b89491fcfb
commit
c5a7e436a4
1 changed files with 2 additions and 2 deletions
|
@ -15166,14 +15166,14 @@ (define-public r-a4classif
|
||||||
(define-public r-a4preproc
|
(define-public r-a4preproc
|
||||||
(package
|
(package
|
||||||
(name "r-a4preproc")
|
(name "r-a4preproc")
|
||||||
(version "1.48.0")
|
(version "1.50.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "a4Preproc" version))
|
(uri (bioconductor-uri "a4Preproc" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1dxh0zbv4z4gqnwbv7yn247gx7cqv68vb43p6f98c2kyqilfpjg9"))))
|
"19nf3bc0gdwixif50f3bs47a1kw1w1lir1dz4l8zqdp3h8gfmj60"))))
|
||||||
(properties `((upstream-name . "a4Preproc")))
|
(properties `((upstream-name . "a4Preproc")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Loading…
Reference in a new issue