Fabian Affolter 2023-12-08 10:32:23 +01:00
parent 17572dd79f
commit bc9e50498e

View File

@ -14,16 +14,16 @@
buildPythonPackage rec {
pname = "python-opensky";
version = "0.2.1";
format = "pyproject";
version = "1.0.0";
pyproject = true;
disabled = pythonOlder "3.10";
disabled = pythonOlder "3.11";
src = fetchFromGitHub {
owner = "joostlek";
repo = "python-opensky";
rev = "refs/tags/v${version}";
hash = "sha256-xNXFvCUZ/x5ox3KxmG3eA73wpX4fwhvAVmlfcKiT1V8=";
hash = "sha256-Ia6/Lr/uNuF1u0s4g0tpYaW+hKeLbUKxYC/O+ZBqiXI=";
};
postPatch = ''