python3Packages.djoser: 2.3.1 -> 2.3.3

R. Ryantm d33f086e e43a656b

Changed files
+3 -3
pkgs
development
python-modules
djoser
+3 -3
pkgs/development/python-modules/djoser/default.nix
···
buildPythonPackage rec {
pname = "djoser";
-
version = "2.3.1";
pyproject = true;
src = fetchFromGitHub {
owner = "sunscrapers";
repo = "djoser";
tag = version;
-
hash = "sha256-xPhf7FiJSq5bHfAU5RKbobgnsRh/6cLcXP6vfrLdzJA=";
};
build-system = [ poetry-core ];
···
pythonImportsCheck = [ "djoser" ];
meta = {
-
changelog = "https://github.com/sunscrapers/djoser/releases/tag/${version}";
description = "REST implementation of Django authentication system";
homepage = "https://github.com/sunscrapers/djoser";
maintainers = with lib.maintainers; [ MostafaKhaled ];
···
buildPythonPackage rec {
pname = "djoser";
+
version = "2.3.3";
pyproject = true;
src = fetchFromGitHub {
owner = "sunscrapers";
repo = "djoser";
tag = version;
+
hash = "sha256-RFOKEjAh5k/Bx7cj6ty2vQsW61lsXfJIJDOZeqL6iCE=";
};
build-system = [ poetry-core ];
···
pythonImportsCheck = [ "djoser" ];
meta = {
+
changelog = "https://github.com/sunscrapers/djoser/releases/tag/${src.tag}";
description = "REST implementation of Django authentication system";
homepage = "https://github.com/sunscrapers/djoser";
maintainers = with lib.maintainers; [ MostafaKhaled ];