gnu: r-xmapbridge: Update to 1.54.0.

* gnu/packages/bioconductor.scm (r-xmapbridge): Update to 1.54.0.
This commit is contained in:
Ricardo Wurmus 2022-05-28 12:44:47 +02:00
parent e7a0b14115
commit 036dcaed7d
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -5774,13 +5774,13 @@ (define-public r-xina
(define-public r-xmapbridge (define-public r-xmapbridge
(package (package
(name "r-xmapbridge") (name "r-xmapbridge")
(version "1.52.0") (version "1.54.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (bioconductor-uri "xmapbridge" version)) (uri (bioconductor-uri "xmapbridge" version))
(sha256 (sha256
(base32 "1zsqhisbq6f9qgw9f0a6ixxh635h3qm17117yfns5nnfw73ndlgi")))) (base32 "1n3nxc4jwxf5z32i70sza52nyk29adhp8vc3hac7r5b8mbi6gg10"))))
(properties `((upstream-name . "xmapbridge"))) (properties `((upstream-name . "xmapbridge")))
(build-system r-build-system) (build-system r-build-system)
(home-page "https://git.bioconductor.org/packages/xmapbridge") (home-page "https://git.bioconductor.org/packages/xmapbridge")