python3Packages.gst-python: 1.22.4 -> 1.22.5

This commit is contained in:
Lily Foster 2023-07-27 06:57:42 -04:00
parent a4a6baaf31
commit 9802470377
No known key found for this signature in database
GPG key ID: 49340081E484C893

View file

@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "gst-python";
version = "1.22.4";
version = "1.22.5";
format = "other";
@ -22,7 +22,7 @@ buildPythonPackage rec {
src = fetchurl {
url = "${meta.homepage}/src/gst-python/${pname}-${version}.tar.xz";
hash = "sha256-4TAtzA8kUbZDgNzA3TuCc1eV6JUdyBLZONi6kfOIFj4=";
hash = "sha256-vwUjJBXPYBgUKuUd07iXu3NDJoe1zheGv0btximM5bA=";
};
# Python 2.x is not supported.