Merge pull request #306896 from r-ryantm/auto-update/python311Packages.eigenpy

python311Packages.eigenpy: 3.5.0 -> 3.5.1
This commit is contained in:
Aleksana 2024-04-26 16:50:27 +08:00 committed by GitHub
commit 8b85f8612f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -13,13 +13,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "eigenpy";
version = "3.5.0";
version = "3.5.1";
src = fetchFromGitHub {
owner = "stack-of-tasks";
repo = "eigenpy";
rev = "v${finalAttrs.version}";
hash = "sha256-ar7KmlvWD2qoOonaH8YhVssZhpbTdHNvxY7rzvmhzc0=";
hash = "sha256-nTS9FNXGrak5g83BHHNSsk5V5khpOpRz5zWE8D1gDUo=";
};
outputs = [