python3Packages.eigenpy: 3.11.0 -> 3.12.0 (#438768)

This commit is contained in:
Weijia Wang
2025-08-31 19:53:38 +02:00
committed by GitHub

View File

@@ -23,14 +23,14 @@
buildPythonPackage rec {
pname = "eigenpy";
version = "3.11.0";
version = "3.12.0";
pyproject = false; # Built with cmake
src = fetchFromGitHub {
owner = "stack-of-tasks";
repo = "eigenpy";
tag = "v${version}";
hash = "sha256-BCsEW7eXlCnVILaB+1j0rFDuCkJ6Rs2HJMzTqNsMfzs=";
hash = "sha256-U4uL0knGJFpD14Gc32lgTZlw7QlXHMEqTnp0bmHJRU8=";
};
outputs = [