python3Packages.gst-python: 1.22.5 -> 1.22.6

This commit is contained in:
Lily Foster
2023-09-27 17:22:37 -04:00
parent dbf77d3039
commit f03716c59e
@@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "gst-python";
version = "1.22.5";
version = "1.22.6";
format = "other";
@@ -22,7 +22,7 @@ buildPythonPackage rec {
src = fetchurl {
url = "${meta.homepage}/src/gst-python/${pname}-${version}.tar.xz";
hash = "sha256-vwUjJBXPYBgUKuUd07iXu3NDJoe1zheGv0btximM5bA=";
hash = "sha256-Ud4tbROxLOCV6sl8C5TuWcKuujcSu3Rit4xNV93hdsU=";
};
# Python 2.x is not supported.