Skip to content

Commit

Permalink
Merge pull request #283792 from r-ryantm/auto-update/python311Package…
Browse files Browse the repository at this point in the history
…s.pytedee-async

python311Packages.pytedee-async: 0.2.11 -> 0.2.12
  • Loading branch information
fabaff authored Jan 25, 2024
2 parents 4551ff1 + 64e86af commit 292d8df
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 292d8df

Please sign in to comment.