gnu: r-gofuncr: Update to 1.8.0.
* gnu/packages/bioconductor.scm (r-gofuncr): Update to 1.8.0.master
parent
a007de81e5
commit
19b39ac579
|
@ -4403,14 +4403,14 @@ footprints.")
|
||||||
(define-public r-gofuncr
|
(define-public r-gofuncr
|
||||||
(package
|
(package
|
||||||
(name "r-gofuncr")
|
(name "r-gofuncr")
|
||||||
(version "1.6.1")
|
(version "1.8.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "GOfuncR" version))
|
(uri (bioconductor-uri "GOfuncR" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1wk7ja6f5il8jx8v05ijzcs9pijp3b953h566ya66xp7dz5jg9rb"))))
|
"1ixjkqb9wpwqfzxsg0h96c6fa63wrk72sfh6x4pq0kpyrcc0ind1"))))
|
||||||
(properties `((upstream-name . "GOfuncR")))
|
(properties `((upstream-name . "GOfuncR")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Reference in New Issue