Merge pull request #320345 from r-ryantm/auto-update/python311Packages.sqlite-anyio

python311Packages.sqlite-anyio: 0.2.0 -> 0.2.2
This commit is contained in:
Nick Cao 2024-06-17 16:27:55 -04:00 committed by GitHub
commit 718507abe3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 ];
@ -37,6 +37,8 @@ buildPythonPackage rec {
meta = with lib; {
description = "Asynchronous client for SQLite using AnyIO";
homepage = "https://github.com/davidbrochart/sqlite-anyio";
changelog = "https://github.com/davidbrochart/sqlite-anyio/releases/tag/v${version}";
license = licenses.mit;
maintainers = with maintainers; [ ];
};
}