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

python312Packages.aioruckus: 0.41 -> 0.41 (#338948)

parents b5fecd5c 1881f567
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
{
  lib,
  aiohttp,
  aioresponses,
  buildPythonPackage,
  cryptography,
  fetchFromGitHub,
@@ -13,7 +14,7 @@

buildPythonPackage rec {
  pname = "aioruckus";
  version = "0.40";
  version = "0.41";
  pyproject = true;

  disabled = pythonOlder "3.10";
@@ -22,7 +23,7 @@ buildPythonPackage rec {
    owner = "ms264556";
    repo = "aioruckus";
    rev = "refs/tags/v${version}";
    hash = "sha256-oEm0+ktEJHJPg4PUPfSmG9SyVRDrxs7kosQ0tIY+bRc=";
    hash = "sha256-acu0EWP/k0qyylPtM8IBxhJhhQhXpbG2NheYpD8RTG8=";
  };

  postPatch = ''
@@ -39,6 +40,7 @@ buildPythonPackage rec {
  ];

  nativeCheckInputs = [
    aioresponses
    pytest-asyncio
    pytestCheckHook
  ];