python3Packages.sqlite-anyio: 0.2.3 -> 0.2.4

This commit is contained in:
R. Ryantm
2026-05-06 06:21:15 +00:00
parent 0840f47235
commit bb74f622d1
@@ -10,14 +10,14 @@
buildPythonPackage rec {
pname = "sqlite-anyio";
version = "0.2.3";
version = "0.2.4";
pyproject = true;
src = fetchFromGitHub {
owner = "davidbrochart";
repo = "sqlite-anyio";
tag = "v${version}";
hash = "sha256-cZyTpFmYD0l20Cmxl+Hwfh3oVkWvtXD45dMpcSwA2QE=";
hash = "sha256-1riZiLBccg7Vqq+a8xT5Lr4vxjkeMbf1wqXnTTgY8iY=";
};
build-system = [ hatchling ];