mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-06 03:17:15 -05:00
gnu: r-aims: Update to 1.34.0.
* gnu/packages/bioconductor.scm (r-aims): Update to 1.34.0. Change-Id: I494a799b261fedc20204837edbd9017e540de81f
This commit is contained in:
parent
ac4e8f6cfd
commit
77d2e3167d
1 changed files with 2 additions and 2 deletions
|
@ -2787,13 +2787,13 @@ (define-public r-agimicrorna
|
|||
(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))
|
||||
|
|
Loading…
Reference in a new issue