Unverified Commit 90e53f28 authored by Nikolay Korotkiy's avatar Nikolay Korotkiy Committed by GitHub
Browse files

Merge pull request #288840 from r-ryantm/auto-update/python311Packages.anova-wifi

python311Packages.anova-wifi: 0.11.6 -> 0.11.7
parents 6ccd2091 8d68f17f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = ''