3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: r-gofuncr: Update to 1.8.0.

* gnu/packages/bioconductor.scm (r-gofuncr): Update to 1.8.0.
This commit is contained in:
Ricardo Wurmus 2020-06-13 00:54:27 +02:00
parent a007de81e5
commit 19b39ac579
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -4403,14 +4403,14 @@ footprints.")
(define-public r-gofuncr
(package
(name "r-gofuncr")
(version "1.6.1")
(version "1.8.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "GOfuncR" version))
(sha256
(base32
"1wk7ja6f5il8jx8v05ijzcs9pijp3b953h566ya66xp7dz5jg9rb"))))
"1ixjkqb9wpwqfzxsg0h96c6fa63wrk72sfh6x4pq0kpyrcc0ind1"))))
(properties `((upstream-name . "GOfuncR")))
(build-system r-build-system)
(propagated-inputs