1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-17 04:20:44 +02:00

gnu: r-amountain: Update to 1.34.0.

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

Change-Id: I1d35f988f6901b783287fa3645b5c6cfc81f3f03
This commit is contained in:
Ricardo Wurmus 2025-04-29 17:04:14 +02:00
parent 84ab6c7deb
commit b3d96d305c
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -4308,13 +4308,13 @@ can enrich this metadata with context-specific properties.")
(define-public r-amountain
(package
(name "r-amountain")
(version "1.32.0")
(version "1.34.0")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "AMOUNTAIN" version))
(sha256
(base32
"0w1m0y9q7vksxnhxa8gz3fl47niss7zcbvvrjsdrf82yx6x8vp6j"))))
"1kqlbjzcp3hgp2v54v5jp34q19cb46s4g0cya7pkgk729b8wglz3"))))
(properties `((upstream-name . "AMOUNTAIN")))
(build-system r-build-system)
(inputs (list gsl))