python312Packages.eigenpy: 3.10.0 -> 3.10.1

This commit is contained in:
R. Ryantm 2024-10-30 18:51:05 +00:00
parent 3db5e3d32a
commit d56ec43e07

View File

@ -13,14 +13,14 @@
buildPythonPackage rec {
pname = "eigenpy";
version = "3.10.0";
version = "3.10.1";
pyproject = false; # Built with cmake
src = fetchFromGitHub {
owner = "stack-of-tasks";
repo = "eigenpy";
rev = "refs/tags/v${version}";
hash = "sha256-ac667pEKXcbLLzCVGKYpyCQO805qhCEf8dCnC4QwxBs=";
hash = "sha256-9hKYCCKgPn1IJDezX/ARJHr5+0ridmGd1b3k/ZaVRG0=";
};
outputs = [