me
/
guix
Archived
1
0
Fork 0

gnu: r-inspect: Update to 1.16.3.

* gnu/packages/bioconductor.scm (r-inspect): Update to 1.16.3.
master
Ricardo Wurmus 2020-02-19 22:59:35 +01:00
parent e40d6c4c7a
commit b7e86efd3b
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -2071,14 +2071,14 @@ genes or proteins in these datasets.")
(define-public r-inspect
(package
(name "r-inspect")
(version "1.16.2")
(version "1.16.3")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "INSPEcT" version))
(sha256
(base32
"1g8la7k4pnyr2hvk4yjd1bwvjy6nqbbb0fwxrrh2ifgqf4h21x2p"))))
"0y4gpvrbmcipdnyz9lz9ywn0317xnpcriiisqvxygin05vgcpilp"))))
(properties `((upstream-name . "INSPEcT")))
(build-system r-build-system)
(propagated-inputs