1
0
forked from tribes/guix

gnu: r-s4arrays: Update to 1.8.1.

* gnu/packages/bioconductor.scm (r-s4arrays): Update to 1.8.1.

Change-Id: Iaf7c0dfea9a53efce65f8de0626bb5ce28e9de9d
This commit is contained in:
Ricardo Wurmus
2025-11-21 15:17:01 +01:00
parent 4c641636e8
commit 6ffc51ff08
+2 -2
View File
@@ -25106,13 +25106,13 @@ routines.")
(define-public r-s4arrays
(package
(name "r-s4arrays")
(version "1.8.0")
(version "1.8.1")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "S4Arrays" version))
(sha256
(base32
"17xkmb5vvzmrappfx0ddx0bkdqfxiw2j7nhkwywn442ak46cjs3l"))))
"03y7yfym5xy0jg0c0ccmv3m1cbi4f96k3ny5p618xh309h1sizgi"))))
(properties
'((upstream-name . "S4Arrays")
(updater-ignored-native-inputs . ("r-delayedarray"))))