Skip to content

Commit

Permalink
python312Packages.aiohasupervisor: 0.1.0 -> 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff authored and mweinelt committed Nov 6, 2024
1 parent 7c54b8f commit cbf14b2
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.1";
pyproject = true;

disabled = pythonOlder "3.12";

src = fetchPypi {
inherit pname version;
hash = "sha256-Jq9cSdMMXVgRHhQK1LuGwVR6GBTIrw3th7y9huRSQjM=";
hash = "sha256-oSQhZf0lV5bJYdrfu4j8Hw1F+EQfivEPQomatHixy9k=";
};

postPatch = ''
Expand Down

0 comments on commit cbf14b2

Please sign in to comment.