python3Packages.django-hierarkey: 2.0.0 -> 2.0.1

https://github.com/raphaelm/django-hierarkey/compare/2.0.0...2.0.1

Changed files
+2 -2
pkgs
development
python-modules
django-hierarkey
+2 -2
pkgs/development/python-modules/django-hierarkey/default.nix
···
buildPythonPackage rec {
pname = "django-hierarkey";
-
version = "2.0.0";
+
version = "2.0.1";
pyproject = true;
src = fetchFromGitHub {
owner = "raphaelm";
repo = "django-hierarkey";
tag = version;
-
hash = "sha256-vXc31tUQrukdXeiMHZYP12o0C3R28CsC5fHjhMgRdU0=";
+
hash = "sha256-zIz7aokOGLGXV/xJnYcz8lBP7b2rxLrfaD3i/DLpFR8=";
};
build-system = [ setuptools ];