python311Packages.eigenpy: 3.1.4 -> 3.2.0

This commit is contained in:
Weijia Wang 2023-12-18 00:30:30 +01:00
parent 271235e389
commit 1999136cee

View File

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