python3Packages.django-leaflet: 0.31.0 -> 0.32.0 (#408707)

This commit is contained in:
Weijia Wang
2025-06-28 22:57:03 +02:00
committed by GitHub
@@ -9,15 +9,15 @@
buildPythonPackage rec {
pname = "django-leaflet";
version = "0.31.0";
version = "0.32.0";
pyproject = true;
disabled = pythonOlder "3.7";
disabled = pythonOlder "3.9";
src = fetchPypi {
pname = "django_leaflet";
inherit version;
hash = "sha256-+yt1+Er/YNQFhlkwDzGnEVVMZdEout5fqAiGN/sHUfc=";
hash = "sha256-ATzLBu4IBxyuyYpl3/1oqzaU2vznLK/zTz1481VoriU=";
};
build-system = [ setuptools ];