Skip to content

Commit e91d796

Browse files
authored
python312Packages.example-robot-data: 4.1.0 -> 4.2.0 (NixOS#363802)
2 parents 138ac30 + 78ba8ea commit e91d796

File tree

1 file changed

+2
-13
lines changed

1 file changed

+2
-13
lines changed

pkgs/by-name/ex/example-robot-data/package.nix

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
cmake,
33
doxygen,
44
fetchFromGitHub,
5-
fetchpatch,
65
lib,
76
pkg-config,
87
pythonSupport ? false,
@@ -12,14 +11,14 @@
1211

1312
stdenv.mkDerivation (finalAttrs: {
1413
pname = "example-robot-data";
15-
version = "4.1.0";
14+
version = "4.2.0";
1615

1716
src = fetchFromGitHub {
1817
owner = "Gepetto";
1918
repo = "example-robot-data";
2019
rev = "v${finalAttrs.version}";
2120
fetchSubmodules = true;
22-
hash = "sha256-Heq+c8SSYNO8ksTv5FphRBRStlTakm9T66jlPXon5tI=";
21+
hash = "sha256-IRmqeaN0EaIjYaibTEAR8KhixoNQsl6YydbGQRinP6w=";
2322
};
2423

2524
outputs = [
@@ -29,16 +28,6 @@ stdenv.mkDerivation (finalAttrs: {
2928

3029
strictDeps = true;
3130

32-
patches = [
33-
# Temporary patch for pinocchio v3.0.0 compatibility.
34-
# Should be removed on next example-robot-data release
35-
(fetchpatch {
36-
name = "pin3.patch";
37-
url = "https://github.com/Gepetto/example-robot-data/pull/217/commits/a605ceec857005cde153ec5895e227205eb7a5c3.patch";
38-
hash = "sha256-cvAWFytrU2XVggo/nCg8cuLcaZBTACXg6LxjL/6YMPs=";
39-
})
40-
];
41-
4231
nativeBuildInputs =
4332
[
4433
cmake

0 commit comments

Comments
 (0)