me
/
guix
Archived
1
0
Fork 0

gnu: r-genomationdata: Update to 1.28.0.

* gnu/packages/bioconductor.scm (r-genomationdata): Update to 1.28.0.
master
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
1 changed files with 7 additions and 7 deletions

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)