python3.pkgs.gst-python: 1.18.4 → 1.20.0

This commit is contained in:
Jan Tojnar 2022-02-06 18:36:28 +01:00
parent 0baf106ccd
commit 5afff1e13a

View File

@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "gst-python";
version = "1.18.4";
version = "1.20.0";
format = "other";
@ -22,7 +22,7 @@ buildPythonPackage rec {
src = fetchurl {
url = "${meta.homepage}/src/gst-python/${pname}-${version}.tar.xz";
sha256 = "13h9qzfz8s1gyj2ar9q2gf5346sgdv6jv8hj7aw0hpl2gs5f0s6b";
sha256 = "j2e9xWBrozYGxryJbonefc2M9PykWfcTibG2/gdbXlQ=";
};
# Python 2.x is not supported.