mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-22 00:20:58 +00:00
python3Packages.py-unifi-access: 1.3.0 -> 1.6.1 (#543331)
This commit is contained in:
@@ -13,14 +13,14 @@
|
||||
|
||||
buildPythonPackage (finalAttrs: {
|
||||
pname = "py-unifi-access";
|
||||
version = "1.3.0";
|
||||
version = "1.6.1";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "imhotep";
|
||||
repo = "py-unifi-access";
|
||||
tag = finalAttrs.version;
|
||||
hash = "sha256-UxnW37JqUugdMix9MM5coHZvN9iTCmI53o7LfLL6t6M=";
|
||||
hash = "sha256-FLbZPeuF6QazBhuOz107+H2rAdbyuV7XJZziLDJajks=";
|
||||
};
|
||||
|
||||
build-system = [ setuptools ];
|
||||
|
||||
Reference in New Issue
Block a user