python311Packages.python-opensky: 0.2.1 -> 1.0.0
Diff: https://github.com/joostlek/python-opensky/compare/refs/tags/v0.2.1...v1.0.0 Changelog: https://github.com/joostlek/python-opensky/releases/tag/v1.0.0
This commit is contained in:
parent
17572dd79f
commit
bc9e50498e
@ -14,16 +14,16 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "python-opensky";
|
pname = "python-opensky";
|
||||||
version = "0.2.1";
|
version = "1.0.0";
|
||||||
format = "pyproject";
|
pyproject = true;
|
||||||
|
|
||||||
disabled = pythonOlder "3.10";
|
disabled = pythonOlder "3.11";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "joostlek";
|
owner = "joostlek";
|
||||||
repo = "python-opensky";
|
repo = "python-opensky";
|
||||||
rev = "refs/tags/v${version}";
|
rev = "refs/tags/v${version}";
|
||||||
hash = "sha256-xNXFvCUZ/x5ox3KxmG3eA73wpX4fwhvAVmlfcKiT1V8=";
|
hash = "sha256-Ia6/Lr/uNuF1u0s4g0tpYaW+hKeLbUKxYC/O+ZBqiXI=";
|
||||||
};
|
};
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
|
Loading…
Reference in New Issue
Block a user