me
/
guix
Archived
1
0
Fork 0

gnu: r-aims: Update to 1.34.0.

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

Change-Id: I494a799b261fedc20204837edbd9017e540de81f
master
Ricardo Wurmus 2023-11-03 16:35:54 +01:00
parent ac4e8f6cfd
commit 77d2e3167d
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

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