gnu: gst-editing-services: Update to 1.20.3.
* gnu/packages/gstreamer.scm (gst-editing-services): Update to 1.20.3.
This commit is contained in:
parent
a7c64b598b
commit
a6c3a6d798
1 changed files with 2 additions and 2 deletions
|
@ -992,7 +992,7 @@ (define-public gst-libav
|
||||||
(define-public gst-editing-services
|
(define-public gst-editing-services
|
||||||
(package
|
(package
|
||||||
(name "gst-editing-services")
|
(name "gst-editing-services")
|
||||||
(version "1.18.5")
|
(version "1.20.3")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -1000,7 +1000,7 @@ (define-public gst-editing-services
|
||||||
"gst-editing-services-" version ".tar.xz"))
|
"gst-editing-services-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1x8db4021qv4ypq1g6n5q2awrb7glr4xp1h650c3w7q59lwsix4a"))))
|
"18msiadg6wi1636ylp02yfiwphxlz39gh3vbxchl9qpvd7g9dn2z"))))
|
||||||
(build-system meson-build-system)
|
(build-system meson-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
;; FIXME: 16/22 failing tests.
|
;; FIXME: 16/22 failing tests.
|
||||||
|
|
Loading…
Reference in a new issue