python3Packages.joserfc: 0.12.0 -> 1.0.1

This commit is contained in:
Martin Weinelt
2025-01-27 10:55:48 +01:00
parent ab49347127
commit 55eb924cef
@@ -16,14 +16,14 @@
buildPythonPackage rec {
pname = "joserfc";
version = "0.12.0";
version = "1.0.1";
pyproject = true;
src = fetchFromGitHub {
owner = "authlib";
repo = "joserfc";
tag = version;
hash = "sha256-mnJzhkdX0+5Y/XwGlHgxLP0me8Cs/Cl3p46KgTKw2ug=";
hash = "sha256-e7c1reeAo+3dyNuDRXPlzxOwWQbAcHe+bSRVlvSW2rw=";
};
build-system = [ setuptools ];