Merge pull request #275253 from fabaff/pyasuswrt-bump

python311Packages.pyasuswrt: 0.1.20 -> 0.1.21
This commit is contained in:
Fabian Affolter 2023-12-19 08:01:33 +01:00 committed by GitHub
commit cd80641efd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 = [