me
/
guix
Archived
1
0
Fork 0

gnu: r-acde: Update to 1.26.0.

* gnu/packages/bioconductor.scm (r-acde): Update to 1.26.0.
master
Ricardo Wurmus 2022-05-28 12:45:14 +02:00
parent 7fd611926e
commit 58386d0f40
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -12308,13 +12308,13 @@ on whole-genome tiling array experiments quite easily with enough memory.")
(define-public r-acde
(package
(name "r-acde")
(version "1.24.0")
(version "1.26.0")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "acde" version))
(sha256
(base32
"13ks87am73m3bjn9ljapxml2a9cxdpgv9flwvly8aqmi3ndxyqi6"))))
"0lgq546y4qklfzbc6fjr3d656hn76p6dn4694qfiafql2nlsjbj2"))))
(properties `((upstream-name . "acde")))
(build-system r-build-system)
(propagated-inputs (list r-boot))