python3Packages.aiopnsense: 1.1.0 -> 1.1.3

This commit is contained in:
R. Ryantm
2026-07-20 01:54:07 +00:00
parent ab62973b0d
commit 05bbabefd4

View File

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