1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-07-25 08:29:29 +02:00

gnu: r-aims: Update to 1.42.0.

* gnu/packages/bioconductor.scm (r-aims): Update to 1.42.0.

Change-Id: I1ec515fb4307df1114dc2d11bf5acfbae38f4558
This commit is contained in:
Ricardo Wurmus
2025-11-25 13:33:02 +01:00
parent ee94ef2b04
commit f4f047e5e8
+2 -2
View File
@@ -4059,13 +4059,13 @@ objects are used so that other packages could be used as well.")
(define-public r-aims
(package
(name "r-aims")
(version "1.40.0")
(version "1.42.0")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "AIMS" version))
(sha256
(base32
"0414w398wlr8rzcc9nyz3nq2xni5582p99i4d0bqydg35zdmzxr5"))))
"0y0shffhx5axm14m0wwns7x2aydzwhwd1x28an2c3y34x03bp98x"))))
(properties `((upstream-name . "AIMS")))
(build-system r-build-system)
(propagated-inputs (list r-biobase r-e1071))