me
/
guix
Archived
1
0
Fork 0

gnu: r-genomationdata: Update to 1.34.0.

* gnu/packages/bioconductor.scm (r-genomationdata): Update to 1.34.0.

Change-Id: Ia8e4535efcdcbb0e706b1e9682594467ab8c2fda
master
Ricardo Wurmus 2024-01-22 13:44:54 +01:00
parent 8369898fb0
commit c916f39b5c
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

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