gnu: r-inspect: Update to 1.24.0.
* gnu/packages/bioconductor.scm (r-inspect): Update to 1.24.0.
This commit is contained in:
parent
92f690c1b0
commit
fff0fe2ec9
1 changed files with 2 additions and 2 deletions
|
@ -5661,14 +5661,14 @@ genes or proteins in these datasets.")
|
||||||
(define-public r-inspect
|
(define-public r-inspect
|
||||||
(package
|
(package
|
||||||
(name "r-inspect")
|
(name "r-inspect")
|
||||||
(version "1.22.0")
|
(version "1.24.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "INSPEcT" version))
|
(uri (bioconductor-uri "INSPEcT" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0jh5db9dv5pb6b50sg22x8q55m3h0h0nkmb9mivvvp22dhyrd82z"))))
|
"072kv5k3giyll1clzrg0anqhyl4qbi7cjnmkqz25zdl5bab9l7jk"))))
|
||||||
(properties `((upstream-name . "INSPEcT")))
|
(properties `((upstream-name . "INSPEcT")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Reference in a new issue