gnu: r-gostats: Update to 2.52.0.
* gnu/packages/bioinformatics.scm (r-gostats): Update to 2.52.0.
This commit is contained in:
parent
f29c9f0d33
commit
545730891e
1 changed files with 2 additions and 2 deletions
|
@ -6887,14 +6887,14 @@ (define-public r-category
|
||||||
(define-public r-gostats
|
(define-public r-gostats
|
||||||
(package
|
(package
|
||||||
(name "r-gostats")
|
(name "r-gostats")
|
||||||
(version "2.50.0")
|
(version "2.52.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "GOstats" version))
|
(uri (bioconductor-uri "GOstats" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1a95i6awm2a8xv42fg2z3n29fg9z29i45kd80hxf6mvqqgzj80xp"))))
|
"19f4gxm3sbprqrnwzvskvywv6j4ibm8xkrbgg4h0fvh2b5331nwc"))))
|
||||||
(properties `((upstream-name . "GOstats")))
|
(properties `((upstream-name . "GOstats")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Loading…
Reference in a new issue