3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #196734 from fabaff/aiounifi-bump

python3Packages.aiounifi: 39 -> 40
This commit is contained in:
Fabian Affolter 2022-10-19 19:12:04 +02:00 committed by GitHub
commit d8b4734c53
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "aiounifi";
version = "39";
version = "40";
disabled = pythonOlder "3.9";
@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "Kane610";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-FZ8Pu0PHSBC7azzVoSN+UM4UsVG/HRSS01Ys+DTfxRU=";
hash = "sha256-PJ3AIoqu0cUs8IZqY9O2e+GuPd4vjLn9VruKyPxVe4A=";
};
propagatedBuildInputs = [