python3Packages.dj-rest-auth: 2.2.5 -> 3.0.0

This commit is contained in:
Martin Weinelt 2023-02-27 02:14:16 +01:00
parent 29263bb064
commit 33c18bf349

View File

@ -10,13 +10,13 @@
buildPythonPackage rec {
pname = "dj-rest-auth";
version = "2.2.5";
version = "3.0.0";
src = fetchFromGitHub {
owner = "iMerica";
repo = "dj-rest-auth";
rev = version;
sha256 = "sha256-1oxkl7MJ2wIhcHlgxnCtj9Cp8o1puzNWs+vlMyi+3RM=";
rev = "refs/tags/${version}";
sha256 = "sha256-wkbFUrvKhdp2Hd4QkXAvhMiaqSXFD/fgIw03nLPaO5I=";
};
postPatch = ''