python311Packages.sqlite-anyio: 0.2.0 -> 0.2.2

This commit is contained in:
R. Ryantm
2024-06-16 19:24:25 +00:00
parent bd8d034e65
commit 5bf4f16cbc
@@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "sqlite-anyio";
version = "0.2.0";
version = "0.2.2";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "davidbrochart";
repo = "sqlite-anyio";
rev = "refs/tags/v${version}";
hash = "sha256-6khHta7Rzp3g8G/xZnsNZuURFB35JyHz04NTzNJIiBw=";
hash = "sha256-lOUGT9SUxvzTvTDpiwx7Oa+0o3/lnrJ9xxMYFQAmFZk=";
};
build-system = [ hatchling ];