1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-13 18:40:57 +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
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

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