python3Packages.gst-python: 1.28.5 -> 1.28.6

This commit is contained in:
whoomee
2026-08-06 17:02:41 +02:00
parent 137c05240f
commit a0ea1f703a

View File

@@ -21,7 +21,7 @@
buildPythonPackage rec {
pname = "gst-python";
version = "1.28.5";
version = "1.28.6";
pyproject = false;
@@ -32,7 +32,7 @@ buildPythonPackage rec {
src = fetchurl {
url = "https://gstreamer.freedesktop.org/src/gst-python/gst-python-${version}.tar.xz";
hash = "sha256-CsRhtXALl2aZiqaGQ5BkyvWMpP2vhI39R3tadwCxdsw=";
hash = "sha256-NNWEQMU7VJWhI9Ckt7ervG6XkqWyGVTbhqB5Gxb24BI=";
};
patches = [