python3Packages.aio-geojson-nsw-rfs-incidents: 0.4 -> 0.5

This commit is contained in:
Fabian Affolter 2022-02-18 22:45:45 +01:00
parent c36b23d514
commit cf3a4e9ce4

View file

@ -8,17 +8,21 @@
, pytest-asyncio
, pytestCheckHook
, pytz
, pythonOlder
}:
buildPythonPackage rec {
pname = "aio-geojson-nsw-rfs-incidents";
version = "0.4";
version = "0.5";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchFromGitHub {
owner = "exxamalte";
repo = "python-aio-geojson-nsw-rfs-incidents";
rev = "v${version}";
sha256 = "sha256-o9tuoJ7VZ6bg0rYeRWClKxdbxxj6wPgkSF7ZdOfmJew=";
sha256 = "sha256-rWlt4MYnuY+CzszFVDniWBnqpQW3WldSEl00ns3ko3U=";
};
propagatedBuildInputs = [
@ -34,7 +38,9 @@ buildPythonPackage rec {
pytestCheckHook
];
pythonImportsCheck = [ "aio_geojson_nsw_rfs_incidents" ];
pythonImportsCheck = [
"aio_geojson_nsw_rfs_incidents"
];
meta = with lib; {
description = "Python module for accessing the NSW Rural Fire Service incidents feeds";