me
/
guix
Archived
1
0
Fork 0

gnu: r-xmapbridge: Update to 1.60.0.

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

Change-Id: Id2c463f2b6a6a0d9554e6454ed2ed8cb21037fb3
master
Ricardo Wurmus 2023-11-03 17:18:38 +01:00
parent 5e41fdf824
commit 5e6a4b0975
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -11215,13 +11215,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.58.0") (version "1.60.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (bioconductor-uri "xmapbridge" version)) (uri (bioconductor-uri "xmapbridge" version))
(sha256 (sha256
(base32 "09pskmhjymqvhk26mk5yy1k195v536a2qp4k6xdd67xhf5ag260i")))) (base32 "0pby2h8m12xlngpk33dvh3nkrpgqi4f2mb7g9jafyiv3sl8pjd19"))))
(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")