eigenpy: 3.1.0 -> 3.1.1

This commit is contained in:
Guilhem Saurel 2023-08-01 18:13:57 +02:00
parent d61583bbc8
commit eb8100ea15

View file

@ -9,14 +9,14 @@
stdenv.mkDerivation (finalAttrs: {
pname = "eigenpy";
version = "3.1.0";
version = "3.1.1";
src = fetchFromGitHub {
owner = "stack-of-tasks";
repo = finalAttrs.pname;
rev = "v${finalAttrs.version}";
fetchSubmodules = true;
hash = "sha256-+SMTGMsxdCIGZo+pa54pdeDnZOjoDZfEXG7uHy5/Kek=";
hash = "sha256-mUwckBelFVRCXp3hspB8WRFFaLVyRsfp6XbqU8HeHvw=";
};
strictDeps = true;