python312Packages.eigenpy: 3.7.0 -> 3.8.0

This commit is contained in:
R. Ryantm
2024-08-15 03:08:04 +00:00
parent 30de35ad01
commit 6bec85c74b
@@ -13,14 +13,14 @@
buildPythonPackage rec {
pname = "eigenpy";
version = "3.7.0";
version = "3.8.0";
pyproject = false; # Built with cmake
src = fetchFromGitHub {
owner = "stack-of-tasks";
repo = "eigenpy";
rev = "v${version}";
hash = "sha256-D/k/ka500EZch5Ydym2WYtd5vciGkd9rdBUSjTsZ0w4=";
rev = "refs/tags/v${version}";
hash = "sha256-IqGzv/CJ1uiuvewdx6joVV9V9cXSzYuQqbJedajshTg=";
};
outputs = [