python3Packages.django-debug-toolbar: 4.3 -> 4.4.2

https://django-debug-toolbar.readthedocs.io/en/latest/changes.html
This commit is contained in:
Martin Weinelt
2024-06-24 12:14:53 +02:00
parent a0bf693f02
commit 4d79441b15
@@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "django-debug-toolbar";
version = "4.3";
version = "4.4.2";
format = "pyproject";
disabled = pythonOlder "3.8";
@@ -22,7 +22,7 @@ buildPythonPackage rec {
owner = "jazzband";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-8rwEM+YSO9TtkC1UWS4JrzFH+TlGOHzL+WmxNwMJIWQ=";
hash = "sha256-ZfGDXyrHwlFpeGK1QTD4nlGWdbEK7+hurOVkAAp/LyA=";
};
nativeBuildInputs = [ hatchling ];