mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-19 01:11:55 -05:00
gnu: r-adamgui: Update to 1.12.0.
* gnu/packages/bioconductor.scm (r-adamgui): Update to 1.12.0.
This commit is contained in:
parent
69dc67d9aa
commit
1d3b5f80e7
1 changed files with 2 additions and 2 deletions
|
@ -1641,13 +1641,13 @@ (define-public r-adam
|
|||
(define-public r-adamgui
|
||||
(package
|
||||
(name "r-adamgui")
|
||||
(version "1.10.0")
|
||||
(version "1.12.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "ADAMgui" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0n06bb9djigha0249lxx84pn9q0xiryxbv25qsc3p2h46iaxi3wq"))))
|
||||
"0vvd5qdwkfcr7zg7z63x3vvrcg63r6c9p383yvcg2lp8zmx8hsbs"))))
|
||||
(properties `((upstream-name . "ADAMgui")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue