Skip to content

Commit

Permalink
python311Packages.aiocomelit: 0.7.3 -> 0.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff committed Jan 24, 2024
1 parent 3178784 commit d6aef92
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/aiocomelit/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

buildPythonPackage rec {
pname = "aiocomelit";
version = "0.7.3";
version = "0.7.4";
format = "pyproject";

disabled = pythonOlder "3.10";
Expand All @@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "chemelli74";
repo = "aiocomelit";
rev = "refs/tags/v${version}";
hash = "sha256-rtMR3j/DwHVgf4RYXx1Y+W/N8U5pSaLnRwnRmuLbFEY=";
hash = "sha256-F/blKd+6n/mTeqgmA5rVGz8DFJA+317T6sjYfsAAf2E=";
};

postPatch = ''
Expand Down

0 comments on commit d6aef92

Please sign in to comment.