summary refs log tree commit diff
path: root/gnu
diff options
context:
space:
mode:
authorMaxim Cournoyer <maxim.cournoyer@gmail.com>2023-04-11 21:00:41 -0400
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>2023-04-14 15:12:08 -0400
commitc53f8afa4f2b085af8582fbcacf4d4aa8d023721 (patch)
tree92b491d1b20ed944c4e67ae65850ad22e6d648dd /gnu
parent3f409cff3a063570aa46edfe0f424735649e884e (diff)
downloadguix-c53f8afa4f2b085af8582fbcacf4d4aa8d023721.tar.gz
gnu: gst-plugins-base: Update to 1.22.2.
* gnu/packages/gstreamer.scm (gst-plugins-base): Update to 1.22.2.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/gstreamer.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gstreamer.scm b/gnu/packages/gstreamer.scm
index 1c8e93ffb1..307f71793a 100644
--- a/gnu/packages/gstreamer.scm
+++ b/gnu/packages/gstreamer.scm
@@ -546,7 +546,7 @@ This package provides the core library and elements.")
 (define-public gst-plugins-base
   (package
     (name "gst-plugins-base")
-    (version "1.22.1")
+    (version "1.22.2")
     (source
      (origin
       (method url-fetch)
@@ -554,7 +554,7 @@ This package provides the core library and elements.")
                           name "-" version ".tar.xz"))
       (sha256
        (base32
-        "0s8wh2il395y3gp4ryqfj4sd53c1dv521vx4ryyqssv4qnnaxg2r"))))
+        "0jcxcx4mgfjvfb3ixibwhx8j330mq3ap469w7hapm6z79q614rgb"))))
     (build-system meson-build-system)
     (propagated-inputs
      (list glib                     ;required by gstreamer-sdp-1.0.pc