mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -05:00
gnu: r-animalcules: Update to 1.18.3.
* gnu/packages/bioconductor.scm (r-animalcules): Update to 1.18.3. Change-Id: I4f8d5897af796afbce269748c6a5676db72e4baf
This commit is contained in:
parent
39e92f8b66
commit
6393305afa
1 changed files with 2 additions and 2 deletions
|
@ -3356,13 +3356,13 @@ (define-public r-ancombc
|
|||
(define-public r-animalcules
|
||||
(package
|
||||
(name "r-animalcules")
|
||||
(version "1.18.2")
|
||||
(version "1.18.3")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "animalcules" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1q0ca3pagqzj12kah79jg4py3ibz7qsdl975r2mxhphqwj76gnh8"))))
|
||||
"0j8fa5cr6s20bgw7v62by61q7nk8iw64v4wshwbd2cc36gr7s3c8"))))
|
||||
(properties `((upstream-name . "animalcules")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue