mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-20 08:59:32 +03:00
python3.pkgs.gst-python: 1.18.4 → 1.20.0
This commit is contained in:
parent
0baf106ccd
commit
5afff1e13a
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user