python312Packages.anova-wifi: 0.14.0 -> 0.15.0

Diff: https://github.com/Lash-L/anova_wifi/compare/refs/tags/v0.14.0...v0.15.0

Changelog: https://github.com/Lash-L/anova_wifi/releases/tag/v0.15.0
This commit is contained in:
Fabian Affolter
2024-07-04 22:20:09 +02:00
parent 0158c93ad0
commit 298b5834de

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