mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-15 23:48:07 -05:00
gnu: r-inspect: Update to 1.20.0.
* gnu/packages/bioconductor.scm (r-inspect): Update to 1.20.0.
This commit is contained in:
parent
1c9bdfcf3c
commit
41d6b41feb
1 changed files with 2 additions and 2 deletions
|
@ -2382,14 +2382,14 @@ (define-public r-plgem
|
|||
(define-public r-inspect
|
||||
(package
|
||||
(name "r-inspect")
|
||||
(version "1.18.0")
|
||||
(version "1.20.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "INSPEcT" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1yyglkdc3ww2jzswhcxk9g1imydfm39krl87as5l9fbm7mv3vd4z"))))
|
||||
"1jymvi5mf7vhs58zfh290pacfswgvkw09rmbirmr24kxcgl30483"))))
|
||||
(properties `((upstream-name . "INSPEcT")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue