python3Packages.pyjwt: 2.11.0 -> 2.12.1

Diff: https://github.com/jpadilla/pyjwt/compare/2.11.0...2.12.1

Changelog: https://github.com/jpadilla/pyjwt/blob/2.12.1/CHANGELOG.rst
This commit is contained in:
Robert Schütz
2026-03-18 12:58:36 -07:00
parent 6743bc9b96
commit 299461e29d
@@ -13,14 +13,14 @@
buildPythonPackage rec {
pname = "pyjwt";
version = "2.11.0";
version = "2.12.1";
pyproject = true;
src = fetchFromGitHub {
owner = "jpadilla";
repo = "pyjwt";
tag = version;
hash = "sha256-Sves+/Mkk9O8rF/yRD6gID120diF1m+lt0exQ83LA1A=";
hash = "sha256-wgOa5JhQT82ppoad6s8gPH7tGRNbbVWmJaaDF84d+r0=";
};
outputs = [