gnu: r-reqon: Update to 1.34.0.
* gnu/packages/bioconductor.scm (r-reqon): Update to 1.34.0.
This commit is contained in:
parent
83b7625cae
commit
efb44ebca4
1 changed files with 2 additions and 2 deletions
|
@ -6826,14 +6826,14 @@ injected in that sequence).")
|
||||||
(define-public r-reqon
|
(define-public r-reqon
|
||||||
(package
|
(package
|
||||||
(name "r-reqon")
|
(name "r-reqon")
|
||||||
(version "1.32.0")
|
(version "1.34.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
|
||||||
"10p6l2zxijqyypdm970jyfqyrnfhaq3nf7cg2q6mgd1srggfa0cx"))))
|
"06m0hd4aqsxjyzhs8b1zys7lz8289qgwn7jp2dpln1j7cf02q4bz"))))
|
||||||
(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