python311Packages.pyasuswrt: 0.1.20 -> 0.1.21

Diff: https://github.com/ollo69/pyasuswrt/compare/refs/tags/v0.1.20...v0.1.21

Changelog: https://github.com/ollo69/pyasuswrt/releases/tag/v0.1.21
This commit is contained in:
Fabian Affolter 2023-12-18 20:27:44 +01:00
parent 5a9be42754
commit 3128cd737c

View File

@ -8,7 +8,7 @@
buildPythonPackage rec {
pname = "pyasuswrt";
version = "0.1.20";
version = "0.1.21";
pyproject = true;
disabled = pythonOlder "3.7";
@ -17,7 +17,7 @@ buildPythonPackage rec {
owner = "ollo69";
repo = "pyasuswrt";
rev = "refs/tags/v${version}";
hash = "sha256-QsqyijOYEtp6k2rsDheGMVij4s5a5ZfUfsLIq+BaYV8=";
hash = "sha256-kg475AWmc0i/W4dBg8jFmNyz3V67xjvzPkSlS09/9Oc=";
};
nativeBuildInputs = [