Commit 64e86afe authored by R. RyanTM's avatar R. RyanTM
Browse files

python311Packages.pytedee-async: 0.2.11 -> 0.2.12

parent 5af80acc
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@

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

  disabled = pythonOlder "3.9";
@@ -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 = [