me
/
guix
Archived
1
0
Fork 0

gnu: gstreamer: Update to 1.22.2.

* gnu/packages/gstreamer.scm (gstreamer): Update to 1.22.2.
master
Maxim Cournoyer 2023-04-11 21:00:27 -04:00
parent c65543bcfd
commit f2158fc9ae
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 2 additions and 2 deletions

View File

@ -464,7 +464,7 @@ the GStreamer multimedia framework.")
(define-public gstreamer (define-public gstreamer
(package (package
(name "gstreamer") (name "gstreamer")
(version "1.22.1") (version "1.22.2")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -473,7 +473,7 @@ the GStreamer multimedia framework.")
version ".tar.xz")) version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"0wg7zlj2pqkkxk71a1mwi4lc960ifv4n7spwzlakcxi6z5csfg6d")))) "08cfz2vkf494rsg0bn75px26fxs3syvxnsc9lj5n074j0cvfgbxj"))))
(build-system meson-build-system) (build-system meson-build-system)
(arguments (arguments
(list #:disallowed-references (list python) (list #:disallowed-references (list python)