me
/
guix
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
master
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
1 changed files with 2 additions and 2 deletions

View File

@ -12578,13 +12578,13 @@ molecular functions, respectively, and produces intuitive graphical outputs.")
(define-public r-xmapbridge
(package
(name "r-xmapbridge")
(version "1.60.0")
(version "1.62.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "xmapbridge" version))
(sha256
(base32 "0pby2h8m12xlngpk33dvh3nkrpgqi4f2mb7g9jafyiv3sl8pjd19"))))
(base32 "0laahd3v5m313q1iq259aikgqf7zlmpxyxhws2pr7vg97g37bbhs"))))
(properties `((upstream-name . "xmapbridge")))
(build-system r-build-system)
(home-page "https://git.bioconductor.org/packages/xmapbridge")