gnu: r-reqon: Update to 1.46.0.
* gnu/packages/bioconductor.scm (r-reqon): Update to 1.46.0.
This commit is contained in:
parent
5d99ad4da4
commit
77d55ff8e6
1 changed files with 2 additions and 2 deletions
|
@ -16153,14 +16153,14 @@ genome sequence.")
|
||||||
(define-public r-reqon
|
(define-public r-reqon
|
||||||
(package
|
(package
|
||||||
(name "r-reqon")
|
(name "r-reqon")
|
||||||
(version "1.44.0")
|
(version "1.46.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "ReQON" version))
|
(uri (bioconductor-uri "ReQON" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1r4dzwnqv6a4zy5q9l3axqq23sbk9pjfb2y3fmwxjvdwq6c1qnp0"))))
|
"1knzla5d8n22121a9licrjh2rxrmh05304a9d4bs2f1r7aiwhgnh"))))
|
||||||
(properties `((upstream-name . "ReQON")))
|
(properties `((upstream-name . "ReQON")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Reference in a new issue