1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-12 16:10:39 +02:00

gnu: r-biocmake: Update to 1.0.1.

* gnu/packages/bioconductor.scm (r-biocmake): Update to 1.0.1.

Change-Id: I7144aec43cb3749f659d4ff8325e947193038d62
This commit is contained in:
Ricardo Wurmus
2025-05-21 15:15:13 +02:00
parent a16247066f
commit d307bd16c3

View File

@@ -5962,13 +5962,13 @@ retrieval analyses, or similar technologies.")
(define-public r-biocmake
(package
(name "r-biocmake")
(version "1.0.0")
(version "1.0.1")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "biocmake" version))
(sha256
(base32 "136djx32fbny228jpmpqqa5r0dbzgyw4ymmi0wnpx34s4qgr6k2x"))))
(base32 "0ajcq62xcqc9kj8h236lkw67z72b5vkymhpn1vlspmhx005frcq3"))))
(properties
'((upstream-name . "biocmake")
(updater-extra-propagated-inputs . ("cmake"))))