python310Packages.nexia: 0.9.13 -> 1.0.0

This commit is contained in:
Fabian Affolter
2022-05-19 17:23:54 +02:00
parent 0a6b1ff69f
commit 939cdf5d46
@@ -1,4 +1,5 @@
{ lib
, aioresponses
, buildPythonPackage
, fetchFromGitHub
, pytestCheckHook
@@ -9,7 +10,7 @@
buildPythonPackage rec {
pname = "nexia";
version = "0.9.13";
version = "1.0.0";
format = "setuptools";
disabled = pythonOlder "3.5";
@@ -18,7 +19,7 @@ buildPythonPackage rec {
owner = "bdraco";
repo = pname;
rev = version;
sha256 = "sha256-0VG8tSwbVTIIsQYAEwzQfXLTDy4df/nS/rbHjYo7xf0=";
sha256 = "sha256-TMcRAQylZU7Jt0X9JpKh7h63QSmLc/cZ2gSyDbuipj8=";
};
propagatedBuildInputs = [
@@ -26,6 +27,7 @@ buildPythonPackage rec {
];
checkInputs = [
aioresponses
requests-mock
pytestCheckHook
];