python311Packages.anova-wifi: 0.11.6 -> 0.11.7

This commit is contained in:
R. Ryantm
2024-02-14 18:16:44 +00:00
parent e2a0450b4b
commit 8d68f17f17
@@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "anova-wifi";
version = "0.11.6";
version = "0.11.7";
pyproject = true;
disabled = pythonOlder "3.10";
@@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "Lash-L";
repo = "anova_wifi";
rev = "refs/tags/v${version}";
hash = "sha256-zRMs0GAsLgKt1R0SfRFPchjmk87K2d8vBeHJs66k9xc=";
hash = "sha256-G87lNPyFnMO0YWKtLv/RgSZ0j0exFro24erwYv87V90=";
};
postPatch = ''