python3Packages.django-leaflet: 0.32.0 -> 0.33.0

https://github.com/makinacorpus/django-leaflet/blob/0.33.0/CHANGES

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2026-02-01 16:43:07 +01:00
parent 1b342276ee
commit 2be745d0cc
@@ -8,13 +8,13 @@
buildPythonPackage rec {
pname = "django-leaflet";
version = "0.32.0";
version = "0.33.0";
pyproject = true;
src = fetchPypi {
pname = "django_leaflet";
inherit version;
hash = "sha256-ATzLBu4IBxyuyYpl3/1oqzaU2vznLK/zTz1481VoriU=";
hash = "sha256-tRxx5xee7ZlhSE39V7h70ezjsf977k37f01XAiBrLso=";
};
build-system = [ setuptools ];