gnu: gst-editing-services: Update to 1.18.5.

* gnu/packages/gstreamer.scm (gst-editing-services): Update to 1.18.5.
This commit is contained in:
Maxim Cournoyer 2021-10-08 15:15:47 -04:00
parent c4924a9d23
commit bd5b51e951
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -983,7 +983,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.4") (version "1.18.5")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append (uri (string-append
@ -991,7 +991,7 @@ (define-public gst-editing-services
"gst-editing-services-" version ".tar.xz")) "gst-editing-services-" version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"010xg960qsh5dwmf0y9l1q13h0cymmrgapzla2zsw66ylxqbi1s6")))) "1x8db4021qv4ypq1g6n5q2awrb7glr4xp1h650c3w7q59lwsix4a"))))
(build-system meson-build-system) (build-system meson-build-system)
(arguments (arguments
;; FIXME: 16/22 failing tests. ;; FIXME: 16/22 failing tests.