mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: gst-editing-services: Update to 1.26.3.
* gnu/packages/gstreamer.scm (gst-editing-services): Update to 1.26.3.
(cherry picked from commit 64c4c8d384
)
This commit is contained in:
parent
8bb0587678
commit
fcee13ecce
1 changed files with 2 additions and 2 deletions
|
@ -1039,7 +1039,7 @@ decoders, muxers, and demuxers provided by FFmpeg.")
|
||||||
(define-public gst-editing-services
|
(define-public gst-editing-services
|
||||||
(package
|
(package
|
||||||
(name "gst-editing-services")
|
(name "gst-editing-services")
|
||||||
(version "1.24.9")
|
(version "1.26.3")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -1047,7 +1047,7 @@ decoders, muxers, and demuxers provided by FFmpeg.")
|
||||||
"gst-editing-services-" version ".tar.xz"))
|
"gst-editing-services-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"04khlbw3wy5zr2s246252zrd4hnzv2x36l5avz0lxif6pr9nwl07"))))
|
"1lkgs5h76qzqfpqvi31vs5xr68bbi0kwkw2g0ahvcs1l5hysj86x"))))
|
||||||
(build-system meson-build-system)
|
(build-system meson-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue