Skip to content

Commit

Permalink
python312Packages.cgal: 6.0.post202410011635 -> 6.0.1.post202410241521 (
Browse files Browse the repository at this point in the history
  • Loading branch information
pbsds authored Nov 5, 2024
2 parents 5ad8bdf + 365bef9 commit c1a390f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/cgal/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@

buildPythonPackage rec {
pname = "cgal";
version = "6.0.post202410011635";
version = "6.0.1.post202410241521";
pyproject = true;

src = fetchFromGitHub {
owner = "CGAL";
repo = "cgal-swig-bindings";
rev = "refs/tags/v${version}";
hash = "sha256-KXcXykL/m+A5dCDc+f8j7GgVeQahAOaZ/+LLKHyqbS4=";
hash = "sha256-MnUsl4ozMamKcQ13TV6mtoG7VKq8BuiDSIVq1RPn2rs=";
};

dontUseCmakeConfigure = true;
Expand Down

0 comments on commit c1a390f

Please sign in to comment.