From c8b23bcbe4399be7c4b8d5c2803ad08e53fce93d Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Sat, 23 Aug 2025 12:37:46 +0200 Subject: [PATCH] python3Packages.django-hierarkey: 2.0.0 -> 2.0.1 https://github.com/raphaelm/django-hierarkey/compare/2.0.0...2.0.1 --- pkgs/development/python-modules/django-hierarkey/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/django-hierarkey/default.nix b/pkgs/development/python-modules/django-hierarkey/default.nix index bd9702b356b2..21029c39516a 100644 --- a/pkgs/development/python-modules/django-hierarkey/default.nix +++ b/pkgs/development/python-modules/django-hierarkey/default.nix @@ -17,14 +17,14 @@ 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 ];