Commit a4d3c418 authored by R. RyanTM's avatar R. RyanTM
Browse files

python311Packages.django-leaflet: 0.29.0 -> 0.29.1

parent 2bcf18c6
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = [