python312Packages.django-leaflet: 0.30.1 -> 0.31.0

This commit is contained in:
R. Ryantm 2024-12-04 17:55:46 +00:00
parent c37067f877
commit e3ba3b3354

View File

@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "django-leaflet";
version = "0.30.1";
version = "0.31.0";
pyproject = true;
disabled = pythonOlder "3.7";
@ -17,7 +17,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "django_leaflet";
inherit version;
hash = "sha256-jsG2RcUe0Zob9GAZVKSIr8iPPubqqsh679uhUioNR0Y=";
hash = "sha256-+yt1+Er/YNQFhlkwDzGnEVVMZdEout5fqAiGN/sHUfc=";
};
build-system = [ setuptools ];