eigenpy: 3.1.1 -> 3.1.2

This commit is contained in:
Guilhem Saurel
2023-11-09 10:47:38 +01:00
parent 42b92419b5
commit d5deee3aa2
@@ -9,14 +9,14 @@
stdenv.mkDerivation (finalAttrs: {
pname = "eigenpy";
version = "3.1.1";
version = "3.1.2";
src = fetchFromGitHub {
owner = "stack-of-tasks";
repo = finalAttrs.pname;
rev = "v${finalAttrs.version}";
fetchSubmodules = true;
hash = "sha256-mUwckBelFVRCXp3hspB8WRFFaLVyRsfp6XbqU8HeHvw=";
hash = "sha256-U2EXh6Foz/TH+vSrimrn2hDPTA++GLFLM7vnMXdq+rc=";
};
strictDeps = true;