python311Packages.eigenpy: 3.2.0 -> 3.3.0

This commit is contained in:
R. Ryantm 2024-01-24 06:00:32 +00:00
parent e81467f581
commit 845389c736

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;