Skip to content

Commit

Permalink
python311Packages.pytedee-async: 0.2.11 -> 0.2.12
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Jan 25, 2024
1 parent 5af80ac commit 64e86af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/pytedee-async/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

buildPythonPackage rec {
pname = "pytedee-async";
version = "0.2.11";
version = "0.2.12";
pyproject = true;

disabled = pythonOlder "3.9";
Expand All @@ -17,7 +17,7 @@ buildPythonPackage rec {
owner = "zweckj";
repo = "pytedee_async";
rev = "refs/tags/v${version}";
hash = "sha256-mBTY2JU79Hk6P+oWQ+2FD0BYHL1c865EvnTUl6H+gnk=";
hash = "sha256-eepN5Urr9fp1780iy3Z4sot+hXvMCxMGodYBdRdDj9Y=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit 64e86af

Please sign in to comment.