mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
python3Packages.aiopnsense: 1.0.8 -> 1.1.0
https://github.com/Snuffy2/aiopnsense/releases/tag/v1.1.0
This commit is contained in:
parent
b78f42cc7e
commit
0418d89a0b
1 changed files with 2 additions and 2 deletions
|
|
@ -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 ];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue