Unverified Commit 7c879a95 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

python312Packages.aiohasupervisor: 0.1.0b1 -> 0.1.0 (#344881)

parents 3b1180a0 c41d6196
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -17,14 +17,14 @@

buildPythonPackage rec {
  pname = "aiohasupervisor";
  version = "0.1.0b1";
  version = "0.1.0";
  pyproject = true;

  disabled = pythonOlder "3.12";

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-INpyN5jdXOzTC6t18PvbkbDM7n4Y4rejb08UfyJyFSk=";
    hash = "sha256-Jq9cSdMMXVgRHhQK1LuGwVR6GBTIrw3th7y9huRSQjM=";
  };

  postPatch = ''