python311Packages.django-leaflet: 0.29.0 -> 0.29.1

This commit is contained in:
R. Ryantm 2024-03-15 06:29:32 +00:00
parent 2bcf18c64c
commit a4d3c41817

View File

@ -7,14 +7,14 @@
buildPythonPackage rec {
pname = "django-leaflet";
version = "0.29.0";
version = "0.29.1";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-L23Ixxh/0i5itvK3tC7thpIPgb7DEqplSYHr5byOCGY=";
hash = "sha256-ECtocPJHYR1DsFLeVMVdtlia4UNOJyNMsU1CrX1aVsQ=";
};
propagatedBuildInputs = [