python311Packages.gst-python: 1.24.2 -> 1.24.3

This commit is contained in:
Lily Foster
2024-05-22 10:49:08 -04:00
parent 2545f0d27d
commit 29665662b7
@@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "gst-python";
version = "1.24.2";
version = "1.24.3";
format = "other";
@@ -22,7 +22,7 @@ buildPythonPackage rec {
src = fetchurl {
url = "https://gstreamer.freedesktop.org/src/gst-python/${pname}-${version}.tar.xz";
hash = "sha256-vZDzvIrxfc478mtmU377SVGGn/zmQD9ZhGG5heKy144=";
hash = "sha256-7Ns+K6lOosgrk6jHFdWn4E+XJqiDjAprF2lJKP0ehZU=";
};
# Python 2.x is not supported.