python3Packages.hawkauthlib: 0.1.1 -> 2.0.0

This commit is contained in:
R. Ryantm
2025-08-27 06:19:49 +00:00
parent 101f44a827
commit 8c902fa426
@@ -10,14 +10,14 @@
buildPythonPackage rec {
pname = "hawkauthlib";
version = "0.1.1";
version = "2.0.0";
pyproject = true;
src = fetchFromGitHub {
owner = "mozilla-services";
repo = "hawkauthlib";
tag = "v${version}";
hash = "sha256-UW++gLQX1U4jFwccL+O5wl2r/d2OZ5Ug0wcnSfqtIVc=";
hash = "sha256-dFBGrk7vdZMNTuWvXXWXA4iF/vmiUnK9ds8edN2Yt10=";
};
postPatch = ''