1
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-03 06:19:10 +03:00

python310Packages.django-oauth-toolkit: 2.1.0 -> 2.2.0

This commit is contained in:
R. Ryantm 2022-10-19 16:28:20 +00:00
parent 678b994771
commit 1e64a24e64

View file

@ -19,14 +19,14 @@
buildPythonPackage rec {
pname = "django-oauth-toolkit";
version = "2.1.0";
version = "2.2.0";
format = "setuptools";
src = fetchFromGitHub {
owner = "jazzband";
repo = pname;
rev = "refs/tags/${version}";
sha256 = "sha256-c78QYlU/gB4Lt04TlQFjtsS6pyjDm/fURBMa9hXLpLI=";
sha256 = "sha256-mynchdvrfBGKMeFFb2oDaANhtSCxq85Nibx7GfSY2nQ=";
};
postPatch = ''