gnu: r-mlinterfaces: Update to 1.88.1.

* gnu/packages/bioconductor.scm (r-mlinterfaces): Update to 1.88.1.

Change-Id: I2a8f4a08b53fed8ee8f086c66b5ee58df4b22cf6
This commit is contained in:
Ricardo Wurmus 2025-05-13 11:57:30 +02:00
parent b2af3e05a0
commit c6a9b298bd
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -19264,14 +19264,14 @@ expression data sets.")
(define-public r-mlinterfaces (define-public r-mlinterfaces
(package (package
(name "r-mlinterfaces") (name "r-mlinterfaces")
(version "1.88.0") (version "1.88.1")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (bioconductor-uri "MLInterfaces" version)) (uri (bioconductor-uri "MLInterfaces" version))
(sha256 (sha256
(base32 (base32
"0vv29pfd75l8h7m3d4lax2a5wmpgy2sfdkdgzlw72xwfvhjvd8m7")))) "0ygppd5g4ii9flq4lkx6wjcwp4a5ykz175v8kk9wb2gx3gr2mwwc"))))
(properties (properties
'((upstream-name . "MLInterfaces") '((upstream-name . "MLInterfaces")
(updater-extra-native-inputs . ("r-e1071")))) (updater-extra-native-inputs . ("r-e1071"))))