mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-21 20:34:06 +00:00
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:
commit
718507abe3
@ -11,7 +11,7 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "sqlite-anyio";
|
pname = "sqlite-anyio";
|
||||||
version = "0.2.0";
|
version = "0.2.2";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
disabled = pythonOlder "3.8";
|
disabled = pythonOlder "3.8";
|
||||||
@ -20,7 +20,7 @@ buildPythonPackage rec {
|
|||||||
owner = "davidbrochart";
|
owner = "davidbrochart";
|
||||||
repo = "sqlite-anyio";
|
repo = "sqlite-anyio";
|
||||||
rev = "refs/tags/v${version}";
|
rev = "refs/tags/v${version}";
|
||||||
hash = "sha256-6khHta7Rzp3g8G/xZnsNZuURFB35JyHz04NTzNJIiBw=";
|
hash = "sha256-lOUGT9SUxvzTvTDpiwx7Oa+0o3/lnrJ9xxMYFQAmFZk=";
|
||||||
};
|
};
|
||||||
|
|
||||||
build-system = [ hatchling ];
|
build-system = [ hatchling ];
|
||||||
@ -37,6 +37,8 @@ buildPythonPackage rec {
|
|||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Asynchronous client for SQLite using AnyIO";
|
description = "Asynchronous client for SQLite using AnyIO";
|
||||||
homepage = "https://github.com/davidbrochart/sqlite-anyio";
|
homepage = "https://github.com/davidbrochart/sqlite-anyio";
|
||||||
|
changelog = "https://github.com/davidbrochart/sqlite-anyio/releases/tag/v${version}";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
|
maintainers = with maintainers; [ ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user