python3Packages.django-leaflet: 0.29.1 -> 0.30.1

https://github.com/makinacorpus/django-leaflet/blob/0.30.1/CHANGES
This commit is contained in:
Martin Weinelt
2024-06-24 12:14:53 +02:00
parent 92e77b5166
commit 338c365ae9
@@ -4,21 +4,25 @@
django,
fetchPypi,
pythonOlder,
setuptools,
}:
buildPythonPackage rec {
pname = "django-leaflet";
version = "0.29.1";
format = "setuptools";
version = "0.30.1";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-ECtocPJHYR1DsFLeVMVdtlia4UNOJyNMsU1CrX1aVsQ=";
pname = "django_leaflet";
inherit version;
hash = "sha256-jsG2RcUe0Zob9GAZVKSIr8iPPubqqsh679uhUioNR0Y=";
};
propagatedBuildInputs = [ django ];
build-system = [ setuptools ];
dependencies = [ django ];
# The tests seem to be impure.
# They are throwing a error about unset configs: