python311Packages.gst-python: 1.22.6 -> 1.22.7

This commit is contained in:
Lily Foster
2023-11-25 09:13:25 -05:00
parent 94f7fa9544
commit 0e55a04e65
@@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "gst-python";
version = "1.22.6";
version = "1.22.7";
format = "other";
@@ -22,7 +22,7 @@ buildPythonPackage rec {
src = fetchurl {
url = "${meta.homepage}/src/gst-python/${pname}-${version}.tar.xz";
hash = "sha256-Ud4tbROxLOCV6sl8C5TuWcKuujcSu3Rit4xNV93hdsU=";
hash = "sha256-HvjfdggBL6RpMpeZyVDsCHc3ptq60wA8IwZYtYxxAXI=";
};
# Python 2.x is not supported.