Archived
1
0
Fork 0

gnu: r-xmapbridge: Update to 1.62.0.

* gnu/packages/bioconductor.scm (r-xmapbridge): Update to 1.62.0.

Change-Id: I47d9cd20a6a11ecd83d51737766ea528f27cea5b
This commit is contained in:
Ricardo Wurmus 2024-05-07 13:06:38 +02:00
parent e883e06151
commit 09d56eba55
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -12578,13 +12578,13 @@ molecular functions, respectively, and produces intuitive graphical outputs.")
(define-public r-xmapbridge (define-public r-xmapbridge
(package (package
(name "r-xmapbridge") (name "r-xmapbridge")
(version "1.60.0") (version "1.62.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (bioconductor-uri "xmapbridge" version)) (uri (bioconductor-uri "xmapbridge" version))
(sha256 (sha256
(base32 "0pby2h8m12xlngpk33dvh3nkrpgqi4f2mb7g9jafyiv3sl8pjd19")))) (base32 "0laahd3v5m313q1iq259aikgqf7zlmpxyxhws2pr7vg97g37bbhs"))))
(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")