unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Liliana Marie Prikler <liliana.prikler@gmail.com>
To: 72702@debbugs.gnu.org
Cc: liliana.prikler@gmail.com, maxim.cournoyer@gmail.com,
	vivien@planete-kraus.eu
Subject: [bug#72702] [PATCH gnome-team 20/20] gnu: python-gst: Update to 1.24.6.
Date: Sat, 17 Aug 2024 23:27:42 +0200	[thread overview]
Message-ID: <c4343e2f7bb9cfcd881f5e94895a22a7d090d09c.1724000901.git.liliana.prikler@gmail.com> (raw)
In-Reply-To: <cover.1724000901.git.liliana.prikler@gmail.com>

* gnu/packages/gstreamer.scm (python-gst): Update to 1.24.6.
---
 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 3ffc176a7d..ea85d8e42f 100644
--- a/gnu/packages/gstreamer.scm
+++ b/gnu/packages/gstreamer.scm
@@ -1102,7 +1102,7 @@ (define-public gst-plugins-bad-minimal
 (define-public python-gst
   (package
     (name "python-gst")
-    (version "1.22.3")
+    (version "1.24.6")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -1110,7 +1110,7 @@ (define-public python-gst
                     "gst-python-" version ".tar.xz"))
               (sha256
                (base32
-                "073kii36ncgsyq0b5njbsvprrg1k3kmydr3dxwiccjv3pvxd7gkh"))))
+                "006pbf148lj00wclm1vzn8bhm6khbjax0drdz7jk0yq91s18hbk9"))))
     (build-system meson-build-system)
     (arguments
      (list
-- 
2.45.2





  parent reply	other threads:[~2024-08-18 17:24 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-08-18 17:08 [bug#72702] [PATCH gnome-team 00/20] Update core-ish packages Liliana Marie Prikler
2024-08-16 18:40 ` [bug#72702] [PATCH gnome-team 01/20] gnu: gsettings-desktop-schemas: Update to 46.0 Liliana Marie Prikler
2024-08-16 18:58 ` [bug#72702] [PATCH gnome-team 02/20] gnu: pango: Update to 1.54.0 Liliana Marie Prikler
2024-08-17  8:36 ` [bug#72702] [PATCH gnome-team 03/20] gnu: librsvg: Disable rtl_tspan_svg test Liliana Marie Prikler
2024-08-17  8:38 ` [bug#72702] [PATCH gnome-team 04/20] gnu: vala: Update to 0.56.17 Liliana Marie Prikler
2024-08-17  8:47 ` [bug#72702] [PATCH gnome-team 05/20] gnu: at-spi2-core: Update to 2.52.0 Liliana Marie Prikler
2024-08-17  8:47 ` [bug#72702] [PATCH gnome-team 06/20] gnu: atkmm: Update to 2.36.3 Liliana Marie Prikler
2024-08-17  8:53 ` [bug#72702] [PATCH gnome-team 07/20] gnu: gtkmm: Update to 4.14.0 Liliana Marie Prikler
2024-08-17  9:00 ` [bug#72702] [PATCH gnome-team 08/20] gnu: pangomm: Update to 2.54.0 Liliana Marie Prikler
2024-08-17  9:03 ` [bug#72702] [PATCH gnome-team 09/20] gnu: gtk+: Update to 3.24.41 Liliana Marie Prikler
2024-08-17  9:03 ` [bug#72702] [PATCH gnome-team 10/20] gnu: gtk: Update to 4.14.5 Liliana Marie Prikler
2024-08-17 11:26 ` [bug#72702] [PATCH gnome-team 11/20] gnu: gtk-doc: Update to 1.34.0 Liliana Marie Prikler
2024-08-17 12:52 ` [bug#72702] [PATCH gnome-team 12/20] gnu: Ungraft ibus-minimal Liliana Marie Prikler
2024-08-17 21:26 ` [bug#72702] [PATCH gnome-team 13/20] gnu: gstreamer: Update to 1.24.6 Liliana Marie Prikler
2024-08-17 21:27 ` [bug#72702] [PATCH gnome-team 14/20] gnu: gst-plugins-base: " Liliana Marie Prikler
2024-08-17 21:27 ` [bug#72702] [PATCH gnome-team 15/20] gnu: gst-plugins-good: " Liliana Marie Prikler
2024-08-17 21:27 ` [bug#72702] [PATCH gnome-team 16/20] gnu: gst-plugins-bad: " Liliana Marie Prikler
2024-08-17 21:27 ` [bug#72702] [PATCH gnome-team 17/20] gnu: gst-plugins-ugly: " Liliana Marie Prikler
2024-08-17 21:27 ` [bug#72702] [PATCH gnome-team 19/20] gnu: gst-editing-services: " Liliana Marie Prikler
2024-08-17 21:27 ` Liliana Marie Prikler [this message]
2024-08-19 16:48 ` [bug#72702] [PATCH gnome-team 00/20] Update core-ish packages Andrew Tropin via Guix-patches via

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=c4343e2f7bb9cfcd881f5e94895a22a7d090d09c.1724000901.git.liliana.prikler@gmail.com \
    --to=liliana.prikler@gmail.com \
    --cc=72702@debbugs.gnu.org \
    --cc=maxim.cournoyer@gmail.com \
    --cc=vivien@planete-kraus.eu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).