1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 13:10:33 +02:00

gnu: gst-rtsp-server: Update to 1.28.1.

* gnu/packages/gstreamer.scm (gst-rtsp-server): Update to 1.28.1.

Change-Id: I1ac41675323df1d6b7fd58f5b37ffc724a8799e5
This commit is contained in:
Maxim Cournoyer
2026-02-26 21:58:16 +09:00
parent 1e35909396
commit f16f25db36

View File

@@ -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