Merge pull request #324660 from fabaff/anova-wifi-bump

python312Packages.anova-wifi: 0.14.0 -> 0.15.0
This commit is contained in:
OTABI Tomoya 2024-07-05 11:32:16 +09:00 committed by GitHub
commit 3d6541ef4d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "anova-wifi";
version = "0.14.0";
version = "0.15.0";
pyproject = true;
disabled = pythonOlder "3.10";
@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "Lash-L";
repo = "anova_wifi";
rev = "refs/tags/v${version}";
hash = "sha256-a0nc8tbbSIOxLyIcPK5prqEDdz/J0aKwmGG52iHb59U=";
hash = "sha256-GtUONwlY7JVImE7KiBGCa7DsQLw1agGdemmTczpXBU8=";
};
postPatch = ''