Unverified Commit ee451140 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python312Packages.aiocoap: 0.4.10 -> 0.4.11 (#351651)

parents 038f6213 dd5286e2
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -19,7 +19,7 @@

buildPythonPackage rec {
  pname = "aiocoap";
  version = "0.4.10";
  version = "0.4.11";
  pyproject = true;

  disabled = pythonOlder "3.7";
@@ -28,7 +28,7 @@ buildPythonPackage rec {
    owner = "chrysn";
    repo = "aiocoap";
    rev = "refs/tags/${version}";
    hash = "sha256-sKDkbv8OyPewfQpunFxezP0wjy3EAQxsQ0UfUm0REPM=";
    hash = "sha256-a2qhMDFkRbMK4+xvPc140i0lPaWbTWeFlpvdLaNtOxA=";
  };

  build-system = [ setuptools ];