guix_mirror_bot pushed a commit to branch gstreamer-updates in repository guix.
commit c2544a170ef7a3a531eb2eb5547c08195032bdf5 Author: Maxim Cournoyer <[email protected]> AuthorDate: Thu Feb 26 21:58:16 2026 +0900 gnu: gst-rtsp-server: Update to 1.28.1. * gnu/packages/gstreamer.scm (gst-rtsp-server): Update to 1.28.1. Change-Id: I1ac41675323df1d6b7fd58f5b37ffc724a8799e5 --- gnu/packages/gstreamer.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/gstreamer.scm b/gnu/packages/gstreamer.scm index f8c5dd5c89..754d80d031 100644 --- a/gnu/packages/gstreamer.scm +++ b/gnu/packages/gstreamer.scm @@ -1108,14 +1108,14 @@ binary, but none of the actual plugins."))) (define-public gst-rtsp-server (package (name "gst-rtsp-server") - (version "1.26.3") + (version "1.28.1") (source (origin (method url-fetch) (uri (string-append "https://gstreamer.freedesktop.org/src/" name "/" name "-" version ".tar.xz")) (sha256 - (base32 "1ibg83sa0nswqan5fg378bg36jis5sn1dwfl1mvqjiw4m59qlpj1")))) + (base32 "0cpqvdxr7falww14xblqs7la6q2f1z1zbli4vjdp9yqcy9mfil3c")))) (build-system meson-build-system) (arguments (list #:phases
