1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-14 11:00:36 +02:00

gnu: r-mosdef: Update to 1.4.1.

* gnu/packages/bioconductor.scm (r-mosdef): Update to 1.4.1.

Change-Id: I36c395936aa2741d56762f8d4b44c1fac83adcf9
This commit is contained in:
Ricardo Wurmus 2025-05-13 11:56:58 +02:00
parent dcf2c2a414
commit fafd4707b6
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -11295,13 +11295,13 @@ location information (and the reverse operation) is implemented as well.")
(define-public r-mosdef (define-public r-mosdef
(package (package
(name "r-mosdef") (name "r-mosdef")
(version "1.4.0") (version "1.4.1")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (bioconductor-uri "mosdef" version)) (uri (bioconductor-uri "mosdef" version))
(sha256 (sha256
(base32 "1djl0sl9yr3kpz5mbrs23gwz2dc8cz3g7sv1ians804r53aalirz")))) (base32 "1grj51fvandhmh9kgaiwf9mryim2snfrw1bbi8v214r14v86s9gz"))))
(properties (properties
`((upstream-name . "mosdef") `((upstream-name . "mosdef")
;; Avoid dependency cycle. ;; Avoid dependency cycle.