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

python311Packages.eigenpy: 3.2.0 -> 3.3.0
This commit is contained in:
Weijia Wang 2024-01-24 10:51:02 +01:00 committed by GitHub
commit fbe216ce9a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,14 +9,14 @@
stdenv.mkDerivation (finalAttrs: {
pname = "eigenpy";
version = "3.2.0";
version = "3.3.0";
src = fetchFromGitHub {
owner = "stack-of-tasks";
repo = finalAttrs.pname;
rev = "v${finalAttrs.version}";
fetchSubmodules = true;
hash = "sha256-ApWz0La+weqczVj3EyBqTAFlTt8cylA3Dl0ZDP4/i5o=";
hash = "sha256-INOg1oL5APMI2YZDe4yOJadhMsG7b+NfEcSr9FsdqeU=";
};
strictDeps = true;