python312Packages.httpx-oauth: 0.15.1 -> 0.16.0

This commit is contained in:
R. Ryantm 2024-12-14 19:27:52 +00:00
parent 600b0e250a
commit c8a9b0f7d6

View File

@ -15,14 +15,14 @@
buildPythonPackage rec {
pname = "httpx-oauth";
version = "0.15.1";
version = "0.16.0";
pyproject = true;
src = fetchFromGitHub {
owner = "frankie567";
repo = "httpx-oauth";
rev = "refs/tags/v${version}";
hash = "sha256-f3X3kSw7elTScCA3bNggwXyyHORre6Xzup/D0kgn4DQ=";
tag = "v${version}";
hash = "sha256-KM+GaBC3jOhMsTVdUixsEjm47j28qeFmFKbI7fnVSG4=";
};
build-system = [