[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/10: gnu: gst-libav: Update to 1.22.3.
From: |
guix-commits |
Subject: |
06/10: gnu: gst-libav: Update to 1.22.3. |
Date: |
Sat, 27 May 2023 10:23:54 -0400 (EDT) |
lilyp pushed a commit to branch gnome-team
in repository guix.
commit 981cb87dce280a804346ae7be88dee787bea9bae
Author: Liliana Marie Prikler <liliana.prikler@gmail.com>
AuthorDate: Sat May 27 09:14:29 2023 +0200
gnu: gst-libav: Update to 1.22.3.
* gnu/packages/gstreamer.scm (gst-libav): 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 4bc5d34ee1..d78ce347a2 100644
--- a/gnu/packages/gstreamer.scm
+++ b/gnu/packages/gstreamer.scm
@@ -1000,7 +1000,7 @@ think twice about shipping them.")
(define-public gst-libav
(package
(name "gst-libav")
- (version "1.22.2")
+ (version "1.22.3")
(source
(origin
(method url-fetch)
@@ -1009,7 +1009,7 @@ think twice about shipping them.")
"https://gstreamer.freedesktop.org/src/" name "/"
name "-" version ".tar.xz"))
(sha256
- (base32 "1zfg7giwampmjxkqr5pqy66vck42b0akmwby661brwz8iy3zkapw"))))
+ (base32 "08x929yhjd2wpy05146fnqv6p2hw58ha079bwfkp2hwbh02wii9f"))))
(build-system meson-build-system)
(native-inputs (list perl pkg-config python-wrapper ruby))
(inputs (list ffmpeg))
- branch gnome-team updated (09dd600159 -> 00d8a41164), guix-commits, 2023/05/27
- 01/10: gnu: gstreamer: Update to 1.22.3., guix-commits, 2023/05/27
- 03/10: gnu: gst-plugins-good: Update to 1.22.3., guix-commits, 2023/05/27
- 06/10: gnu: gst-libav: Update to 1.22.3.,
guix-commits <=
- 07/10: gnu: gst-editing-services: Update to 1.22.3., guix-commits, 2023/05/27
- 08/10: gnu: python-gst: Update to 1.22.3., guix-commits, 2023/05/27
- 04/10: gnu: gst-plugins-bad: Update to 1.22.3., guix-commits, 2023/05/27
- 10/10: gnu: gtksourceview: Fix build., guix-commits, 2023/05/27
- 02/10: gnu: gst-plugins-base: Update to 1.22.3., guix-commits, 2023/05/27
- 05/10: gnu: gst-plugins-ugly: Update to 1.22.3., guix-commits, 2023/05/27
- 09/10: gnu: gtk: Update to 4.10.3., guix-commits, 2023/05/27