Skip to content

Commit

Permalink
python3Packages.shapely: 2.0.5 -> 2.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
imincik committed Aug 20, 2024
1 parent ff99b73 commit 92d32f4
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 92d32f4

Please sign in to comment.