mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-24 21:14:52 +00:00
python312Packages.aio-geojson-geonetnz-volcano: 0.9 -> 0.10
Diff: https://github.com/exxamalte/python-aio-geojson-geonetnz-volcano/compare/refs/tags/v0.9...v0.10 Changelog: https://github.com/exxamalte/python-aio-geojson-geonetnz-volcano/blob/v0.10/CHANGELOG.md
This commit is contained in:
parent
b3dd3dad73
commit
08a4f79828
@ -16,7 +16,7 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "aio-geojson-geonetnz-volcano";
|
pname = "aio-geojson-geonetnz-volcano";
|
||||||
version = "0.9";
|
version = "0.10";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
disabled = pythonOlder "3.7";
|
disabled = pythonOlder "3.7";
|
||||||
@ -25,7 +25,7 @@ buildPythonPackage rec {
|
|||||||
owner = "exxamalte";
|
owner = "exxamalte";
|
||||||
repo = "python-aio-geojson-geonetnz-volcano";
|
repo = "python-aio-geojson-geonetnz-volcano";
|
||||||
rev = "refs/tags/v${version}";
|
rev = "refs/tags/v${version}";
|
||||||
hash = "sha256-ZmGDO9EROFMlxdj5txNh719M+3l/0jRFbB2h2AyZAdI=";
|
hash = "sha256-B+jULYeel7efk7fB26zXQyS1ZCsmFVKlOkfnKWFQFJ4=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ setuptools ];
|
nativeBuildInputs = [ setuptools ];
|
||||||
|
Loading…
Reference in New Issue
Block a user