mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-24 19:49:25 -05:00
gnu: gst-editing-services: Update to 1.22.3.
* gnu/packages/gstreamer.scm (gst-editing-services): Update to 1.22.3.
This commit is contained in:
parent
981cb87dce
commit
7de109101b
1 changed files with 2 additions and 2 deletions
|
@ -1023,7 +1023,7 @@ (define-public gst-libav
|
|||
(define-public gst-editing-services
|
||||
(package
|
||||
(name "gst-editing-services")
|
||||
(version "1.22.2")
|
||||
(version "1.22.3")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
|
@ -1031,7 +1031,7 @@ (define-public gst-editing-services
|
|||
"gst-editing-services-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1gyfw11ns2la1cm6gvvvv5qj3q5gcvcypc3wk8kdwmrqzij18fs5"))))
|
||||
"18nfq3av5ksz17048l2b4r4zbh11yd0yq2asx0jy3c894pkbr98m"))))
|
||||
(build-system meson-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
Loading…
Reference in a new issue