mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-24 19:49:25 -05:00
gnu: gstreamer: Update to 1.22.3.
* gnu/packages/gstreamer.scm (gstreamer): Update to 1.22.3.
This commit is contained in:
parent
09dd600159
commit
32cb6c4c62
1 changed files with 2 additions and 2 deletions
|
@ -461,7 +461,7 @@ (define %common-gstreamer-phases
|
||||||
(define-public gstreamer
|
(define-public gstreamer
|
||||||
(package
|
(package
|
||||||
(name "gstreamer")
|
(name "gstreamer")
|
||||||
(version "1.22.2")
|
(version "1.22.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -470,7 +470,7 @@ (define-public gstreamer
|
||||||
version ".tar.xz"))
|
version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"08cfz2vkf494rsg0bn75px26fxs3syvxnsc9lj5n074j0cvfgbxj"))))
|
"0x2rdl6vfpbr7wnh1nk0rllw28cgx0js4g9vxfank7rz0naspzlz"))))
|
||||||
(build-system meson-build-system)
|
(build-system meson-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list #:disallowed-references (list python)
|
(list #:disallowed-references (list python)
|
||||||
|
|
Loading…
Reference in a new issue