Commit 9a86a5e2 authored by R. RyanTM's avatar R. RyanTM
Browse files

python3Packages.geopandas: 1.1.2 -> 1.1.3

parent aa19b12c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -27,14 +27,14 @@

buildPythonPackage rec {
  pname = "geopandas";
  version = "1.1.2";
  version = "1.1.3";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "geopandas";
    repo = "geopandas";
    tag = "v${version}";
    hash = "sha256-TBb9Bb12OZ9RWiwAGU6JKqiumw1C11USycpKM8mJVdU=";
    hash = "sha256-66FbHNewpSEVZ9RwngK7E4bcELa9Z2OQ9xVP9+fgeHQ=";
  };

  build-system = [ setuptools ];