Skip to content

Commit

Permalink
python311Packages.aio-geojson-nsw-rfs-incidents: 0.6 -> 0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff committed Jan 26, 2024
1 parent 7d70f74 commit 979adcc
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{ lib
, aio-geojson-client
, aiohttp
, aresponses
, aioresponses
, buildPythonPackage
, fetchFromGitHub
, pytest-asyncio
Expand All @@ -13,7 +13,7 @@

buildPythonPackage rec {
pname = "aio-geojson-nsw-rfs-incidents";
version = "0.6";
version = "0.7";
pyproject = true;

disabled = pythonOlder "3.8";
Expand All @@ -22,7 +22,7 @@ buildPythonPackage rec {
owner = "exxamalte";
repo = "python-aio-geojson-nsw-rfs-incidents";
rev = "refs/tags/v${version}";
hash = "sha256-pn0r5iLpNnK3xmAhq/oX90hdiHgFDuwDQqfAzkp5jmw=";
hash = "sha256-HksiKfXhLASAgU81x7YiOXFmBLIkqJ9ldWLLY1ZbZlk=";
};

nativeBuildInputs = [
Expand All @@ -38,7 +38,7 @@ buildPythonPackage rec {
__darwinAllowLocalNetworking = true;

nativeCheckInputs = [
aresponses
aioresponses
pytest-asyncio
pytestCheckHook
];
Expand Down

0 comments on commit 979adcc

Please sign in to comment.