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

gnu: gstreamer: Update to 1.28.1.

* gnu/packages/gstreamer.scm (gstreamer): Update to 1.28.1.

Change-Id: I33dfc230d39fab46aab587843a8a48b1c13a8c93
This commit is contained in:
Maxim Cournoyer
2026-02-26 21:58:16 +09:00
parent eb72f37bce
commit 42c072e0ee

View File

@@ -435,7 +435,7 @@ the GStreamer multimedia framework.")
(define-public gstreamer
(package
(name "gstreamer")
(version "1.26.3")
(version "1.28.1")
(source
(origin
(method url-fetch)
@@ -444,7 +444,7 @@ the GStreamer multimedia framework.")
version ".tar.xz"))
(sha256
(base32
"1016z0znl2j43n08rl19zdhfvfsgnmg44qh8fk6dr4qj481icrnw"))))
"0125cqbm5a2bhi37bzs6hgj89r057py3zhkmrfc8ggxx6px2ypmn"))))
(build-system meson-build-system)
(arguments
(list #:disallowed-references (list (this-package-native-input "python"))