mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-16 16:08:04 -05:00
gnu: r-amountain: Update to 1.24.0.
* gnu/packages/bioconductor.scm (r-amountain): Update to 1.24.0.
This commit is contained in:
parent
f217ff6463
commit
c9c4d6b501
1 changed files with 2 additions and 2 deletions
|
@ -2157,13 +2157,13 @@ (define-public r-airpart
|
|||
(define-public r-amountain
|
||||
(package
|
||||
(name "r-amountain")
|
||||
(version "1.22.0")
|
||||
(version "1.24.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "AMOUNTAIN" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0vdfabsrisdd7qq28f5ivd0v8zz49szqn677i5lhwnlaix220c54"))))
|
||||
"0zzl5dv64yhdivsm2pgsfjikygib9pkfiv34h1lnmqrj6yivvvw8"))))
|
||||
(properties `((upstream-name . "AMOUNTAIN")))
|
||||
(build-system r-build-system)
|
||||
(inputs (list gsl))
|
||||
|
|
Loading…
Reference in a new issue