Merge pull request #275094 from wegank/eigenpy-bump

python311Packages.eigenpy: 3.1.4 -> 3.2.0
This commit is contained in:
Weijia Wang 2023-12-18 08:52:53 +01:00 committed by GitHub
commit 149eda7392
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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;