guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/10: gnu: gst-plugins-good: Update to 1.22.3.


From: guix-commits
Subject: 03/10: gnu: gst-plugins-good: Update to 1.22.3.
Date: Sat, 27 May 2023 10:23:53 -0400 (EDT)

lilyp pushed a commit to branch gnome-team
in repository guix.

commit 2b611f843c46ee4f608655c929b6b3a0c43636a0
Author: Liliana Marie Prikler <liliana.prikler@gmail.com>
AuthorDate: Sat May 27 09:14:05 2023 +0200

    gnu: gst-plugins-good: Update to 1.22.3.
    
    * gnu/packages/gstreamer.scm (gst-plugins-good): Update to 1.22.3.
---
 gnu/packages/gstreamer.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gstreamer.scm b/gnu/packages/gstreamer.scm
index aba0a8d98c..3df4997cad 100644
--- a/gnu/packages/gstreamer.scm
+++ b/gnu/packages/gstreamer.scm
@@ -641,7 +641,7 @@ for the GStreamer multimedia library.")
 (define-public gst-plugins-good
   (package
     (name "gst-plugins-good")
-    (version "1.22.2")
+    (version "1.22.3")
     (source
      (origin
        (method url-fetch)
@@ -650,7 +650,7 @@ for the GStreamer multimedia library.")
          "https://gstreamer.freedesktop.org/src/"; name "/"
          name "-" version ".tar.xz"))
        (sha256
-        (base32 "1p8cpkk4dynglw0xswqyf57xl5fnxmb3xld71kv35cpj4nacb33w"))))
+        (base32 "0wq2f5q395vs7hnwjqpc2gysdvkgd4jmyfdszv9g9wrf795ib0dg"))))
     (build-system meson-build-system)
     (arguments
      (list



reply via email to

[Prev in Thread] Current Thread [Next in Thread]