python3Packages.aiosqlite: 0.17.0 -> 0.18.0

This commit is contained in:
Martin Weinelt
2023-01-05 01:08:50 +01:00
parent a6f2dd1e2a
commit 94ae566e12
@@ -2,6 +2,7 @@
, aiounittest
, buildPythonPackage
, fetchPypi
, flit-core
, isPy27
, pytestCheckHook
, typing-extensions
@@ -9,14 +10,19 @@
buildPythonPackage rec {
pname = "aiosqlite";
version = "0.17.0";
version = "0.18.0";
format = "pyproject";
disabled = isPy27;
src = fetchPypi {
inherit pname version;
sha256 = "sha256-8OaswkvEhkFJJnrIL7Rt+zvkRV+Z/iHfgmCcxua67lE=";
hash = "sha256-+qhD71+wi6/pqbOFkBLT2db3fONjeJneIGBrf8OaohM=";
};
nativeBuildInputs = [
flit-core
];
checkInputs = [
aiounittest
pytestCheckHook