Skip to content

Commit

Permalink
python310Packages.pyjwt: 2.4.0 -> 2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperSandro2000 committed Sep 22, 2022
1 parent ac09134 commit 247ce09
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/python-modules/pyjwt/default.nix
Expand Up @@ -8,13 +8,13 @@

buildPythonPackage rec {
pname = "pyjwt";
version = "2.4.0";
disabled = pythonOlder "3.6";
version = "2.5.0";
disabled = pythonOlder "3.7";

src = fetchPypi {
pname = "PyJWT";
inherit version;
sha256 = "sha256-1CkIIIxpmzuXPL6wGpabpqlsgh7vscW/5MOQwB1nq7o=";
sha256 = "sha256-53q4lICQXYaZhEKsV4jzUzP6hfZQR6U0rcOO3zyI/Ds=";
};

propagatedBuildInputs = [
Expand Down

0 comments on commit 247ce09

Please sign in to comment.