guix-commits
[Top][All Lists]
Advanced

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

67/73: gnu: gst-plugins-bad: Update to 1.22.2.


From: guix-commits
Subject: 67/73: gnu: gst-plugins-bad: Update to 1.22.2.
Date: Tue, 11 Apr 2023 22:07:32 -0400 (EDT)

apteryx pushed a commit to branch staging
in repository guix.

commit d3754d5ea70b145bc4cd3e094e21c36e515d6f17
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Tue Apr 11 21:00:42 2023 -0400

    gnu: gst-plugins-bad: Update to 1.22.2.
    
    * gnu/packages/gstreamer.scm (gst-plugins-bad): Update to 1.22.2.
---
 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 a84630bda2..a24ed55e22 100644
--- a/gnu/packages/gstreamer.scm
+++ b/gnu/packages/gstreamer.scm
@@ -766,14 +766,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.1")
+    (version "1.22.2")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://gstreamer.freedesktop.org/src/";
                                   name "/" name "-" version ".tar.xz"))
               (sha256
                (base32
-                "03lza1gq1j5gpz13fql47aaljs9k7qih02j2zzwnd1nr4brbcf9g"))
+                "03rd09wsrf9xjianpnnvamb4n3lndhd4x31srqsqab20wcfaz3rx"))
               (modules '((guix build utils)))
               (snippet
                '(begin



reply via email to

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