Skip to content

Commit

Permalink
Merge pull request #336020 from imincik/shapely-2.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
fpletz authored Aug 24, 2024
2 parents 1e0597b + 92d32f4 commit bf24134
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/shapely/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@

buildPythonPackage rec {
pname = "shapely";
version = "2.0.5";
version = "2.0.6";
pyproject = true;

disabled = pythonOlder "3.7";

src = fetchPypi {
inherit pname version;
hash = "sha256-v/I2a8eGv6bLNT1rR9BEPFcMMndmEuUn7ke232P8/jI=";
hash = "sha256-mX9hWbFIQFnsI5ysqlNGf9i1Vk2r4YbNhKwpRGY7C/Y=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit bf24134

Please sign in to comment.