gnu: r-reqon: Update to 1.44.0.
* gnu/packages/bioconductor.scm (r-reqon): Update to 1.44.0.
This commit is contained in:
parent
1f7c82bf0b
commit
d9b593d522
1 changed files with 2 additions and 2 deletions
|
@ -13793,14 +13793,14 @@ genome sequence.")
|
||||||
(define-public r-reqon
|
(define-public r-reqon
|
||||||
(package
|
(package
|
||||||
(name "r-reqon")
|
(name "r-reqon")
|
||||||
(version "1.42.0")
|
(version "1.44.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
|
||||||
"1f5pplm8fy3wvl0b6n18gph4dq9i9x5qiyjrj0bk0kwlkbpba74r"))))
|
"1r4dzwnqv6a4zy5q9l3axqq23sbk9pjfb2y3fmwxjvdwq6c1qnp0"))))
|
||||||
(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