diff options
author | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2023-05-27 09:14:14 +0200 |
---|---|---|
committer | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2023-05-27 14:58:28 +0200 |
commit | 398475049284668ad16d2f69c2b475c618e62822 (patch) | |
tree | e58a3e986f334249f6a7fa3fd6e0ebfbf8a0cb95 | |
parent | 2b611f843c46ee4f608655c929b6b3a0c43636a0 (diff) | |
download | guix-398475049284668ad16d2f69c2b475c618e62822.tar.gz |
gnu: gst-plugins-bad: Update to 1.22.3.
* gnu/packages/gstreamer.scm (gst-plugins-bad): Update to 1.22.3.
-rw-r--r-- | gnu/packages/gstreamer.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gstreamer.scm b/gnu/packages/gstreamer.scm index 3df4997cad..5f2e8702ff 100644 --- a/gnu/packages/gstreamer.scm +++ b/gnu/packages/gstreamer.scm @@ -760,14 +760,14 @@ model to base your own plug-in on, here it is.") (define-public gst-plugins-bad (package (name "gst-plugins-bad") - (version "1.22.2") + (version "1.22.3") (source (origin (method url-fetch) (uri (string-append "https://gstreamer.freedesktop.org/src/" name "/" name "-" version ".tar.xz")) (sha256 (base32 - "03rd09wsrf9xjianpnnvamb4n3lndhd4x31srqsqab20wcfaz3rx")) + "1n116sphawmlqyjp1b8sv07vz4rjk1zn07286w37y4l65pp8yyg1")) (modules '((guix build utils))) (snippet '(begin |