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

gnu: r-genomationdata: Update to 1.28.0.

* gnu/packages/bioconductor.scm (r-genomationdata): Update to 1.28.0.
This commit is contained in:
Ricardo Wurmus 2022-05-28 15:16:56 +02:00
parent d24b0702b6
commit 4f2ac5f19f
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -1338,13 +1338,13 @@ genomes and gene ID formats, largely based on the UCSC table browser.")
(define-public r-genomationdata
(package
(name "r-genomationdata")
(version "1.22.0")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "genomationData" version 'experiment))
(sha256
(base32
"0igjsvfnws3498j65ifniw0kbxfqpfr59rcjddqvq4zsj453fx1g"))))
(version "1.28.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "genomationData" version 'experiment))
(sha256
(base32 "0ckdgmarndpz6r0y9sd4nmypzjgivj32w2890yl15xmxkx4397fh"))))
(properties
`((upstream-name . "genomationData")))
(build-system r-build-system)