python3Packages.gst-python: 1.20.0 -> 1.22.2

This commit is contained in:
Lily Foster 2023-04-13 12:42:40 -04:00
parent 46bf2c47f0
commit 256b64dfa8
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.20.0";
version = "1.22.2";
format = "other";
@ -22,7 +22,7 @@ buildPythonPackage rec {
src = fetchurl {
url = "${meta.homepage}/src/gst-python/${pname}-${version}.tar.xz";
sha256 = "j2e9xWBrozYGxryJbonefc2M9PykWfcTibG2/gdbXlQ=";
hash = "sha256-vvKz2Czkvka3dbG7VjBcEAPuAbU1pTqC+f6JJJchU60=";
};
# Python 2.x is not supported.