python3Packages.python-jose: 3.4.0 -> 3.5.0

(cherry picked from commit 8c65fcab46)
This commit is contained in:
R. Ryantm
2025-05-31 18:37:05 +00:00
committed by Michael Daniels
parent 79189e141f
commit 00a39d19a1

View File

@@ -14,14 +14,14 @@
buildPythonPackage rec {
pname = "python-jose";
version = "3.4.0";
version = "3.5.0";
pyproject = true;
src = fetchFromGitHub {
owner = "mpdavis";
repo = "python-jose";
tag = version;
hash = "sha256-rPtOZ25aKIN+g3cyv8n6cNejoj3yKk4zpjdLDyEG1e4=";
hash = "sha256-8DQ0RBQ4ZgEIwcosgX3dzr928cYIQoH0obIOgk0+Ozs=";
};
pythonRelaxDeps = [