Skip to content

Commit

Permalink
python311Packages.aiocomelit: 0.7.4 -> 0.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff committed Jan 25, 2024
1 parent 292d8df commit 14f4f21
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.4";
version = "0.8.2";
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-F/blKd+6n/mTeqgmA5rVGz8DFJA+317T6sjYfsAAf2E=";
hash = "sha256-SjyC/KiszQVVmctyqCn3i0DureuCtDlUhJTHC6+PQ2c=";
};

postPatch = ''
Expand Down

0 comments on commit 14f4f21

Please sign in to comment.