me
/
guix
Archived
1
0
Fork 0

gnu: r-aims: Update to 1.36.0.

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

Change-Id: Iff2af60c0b6a0fc575d142a10f0156d520efd802
master
Ricardo Wurmus 2024-05-07 12:32:32 +02:00
parent 73e16238c8
commit 3a6e6347c2
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -3141,13 +3141,13 @@ objects are used so that other packages could be used as well.")
(define-public r-aims (define-public r-aims
(package (package
(name "r-aims") (name "r-aims")
(version "1.34.0") (version "1.36.0")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (bioconductor-uri "AIMS" version)) (uri (bioconductor-uri "AIMS" version))
(sha256 (sha256
(base32 (base32
"0fmzyd8vypcfadqfa8w11mxr12h4a9shgiqpi2n2y150fvhlqf6c")))) "0ljdv1gww01yi0h9j9br8kp67k5wizr1dy0091kngjcbn0dxzmla"))))
(properties `((upstream-name . "AIMS"))) (properties `((upstream-name . "AIMS")))
(build-system r-build-system) (build-system r-build-system)
(propagated-inputs (list r-biobase r-e1071)) (propagated-inputs (list r-biobase r-e1071))