python3Packages.aiopnsense: 1.0.8 -> 1.1.0

https://github.com/Snuffy2/aiopnsense/releases/tag/v1.1.0
This commit is contained in:
Martin Weinelt 2026-07-04 20:10:17 +02:00
commit 0418d89a0b
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

@ -15,7 +15,7 @@
buildPythonPackage (finalAttrs: {
pname = "aiopnsense";
version = "1.0.8";
version = "1.1.0";
pyproject = true;
disabled = pythonOlder "3.14";
@ -24,7 +24,7 @@ buildPythonPackage (finalAttrs: {
owner = "Snuffy2";
repo = "aiopnsense";
tag = "v${finalAttrs.version}";
hash = "sha256-pJVYbf81/vZRi5elhNhiscXrEqDRLiIrik8N9GcR6yQ=";
hash = "sha256-Ffp0CTYqqeeB8462luTvpa2dp2QOxztkipretBqaKig=";
};
build-system = [ setuptools ];