Skip to content

Commit

Permalink
python312Packages.aiohasupervisor: 0.1.0 -> 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff committed Oct 29, 2024
1 parent a6a42bf commit 1ded08c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/aiohasupervisor/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@

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

disabled = pythonOlder "3.12";

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

postPatch = ''
Expand Down

0 comments on commit 1ded08c

Please sign in to comment.