Skip to content

Commit

Permalink
python312Packages.djangorestframework-simplejwt: 5.3.1 -> 5.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Jan 16, 2025
1 parent 0bda27c commit 6340eeb
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@

buildPythonPackage rec {
pname = "djangorestframework-simplejwt";
version = "5.3.1";
version = "5.4.0";
format = "setuptools";

disabled = pythonOlder "3.8";

src = fetchPypi {
pname = "djangorestframework_simplejwt";
inherit version;
hash = "sha256-bEvTdTdEC8Q5Vk6/fWCF50xUEUhRlwc/UI69+jS8n64=";
hash = "sha256-zM7M4aDhpKJA+ugNpz5fwjBVurq7i2feiPpHzTaCIyA=";
};

nativeBuildInputs = [ setuptools-scm ];
Expand Down

0 comments on commit 6340eeb

Please sign in to comment.