Unverified Commit 62475ce6 authored by Martin Weinelt's avatar Martin Weinelt Committed by GitHub
Browse files

Merge pull request #326414 from r-ryantm/auto-update/python312Packages.openwebifpy

python312Packages.openwebifpy: 4.2.4 -> 4.2.5
parents e62de266 fe7f8467
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -17,14 +17,14 @@

buildPythonPackage rec {
  pname = "openwebifpy";
  version = "4.2.4";
  version = "4.2.5";
  pyproject = true;

  disabled = pythonOlder "3.11";

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-qL/H2F+/d/JWwmUbZhvoMlZZDGgEpRBmHabt1MWjGAs=";
    hash = "sha256-Ui3731ChEUterRXb+QVMR1CNXhPYhBkZoUwbSJ47g+4=";
  };

  nativeBuildInputs = [ setuptools ];