Commit 86fe1355 authored by R. RyanTM's avatar R. RyanTM
Browse files

python3Packages.geoalchemy2: 0.18.0 -> 0.18.1

parent c4ce11cd
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@

buildPythonPackage rec {
  pname = "geoalchemy2";
  version = "0.18.0";
  version = "0.18.1";
  pyproject = true;

  disabled = pythonOlder "3.7";
@@ -24,7 +24,7 @@ buildPythonPackage rec {
    owner = "geoalchemy";
    repo = "geoalchemy2";
    tag = version;
    hash = "sha256-xQxry/JJTkhsailk12lhu1SkpLlx0By/D35VSw+S/4M=";
    hash = "sha256-F/+POYOb7PoUwLnQpM00zAPpbSXNeWJF2TZ4y260Pzw=";
  };

  build-system = [