about summary refs log tree commit diff
path: root/pkgs/development/libraries/example-robot-data
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2024-01-30 04:07:59 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2024-01-30 04:07:59 +0000
commitbf7040168d97e7b39e8ea308853c7b0355485d7f (patch)
treef764d8c2194888dedd7ba6a662538f92b831aaef /pkgs/development/libraries/example-robot-data
parent1000d29be13f38f9b66419c3eff294f0a866abb0 (diff)
python311Packages.example-robot-data: 4.0.9 -> 4.1.0
Diffstat (limited to 'pkgs/development/libraries/example-robot-data')
-rw-r--r--pkgs/development/libraries/example-robot-data/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/example-robot-data/default.nix b/pkgs/development/libraries/example-robot-data/default.nix
index 11b6898382263..b2e665bbc4a92 100644
--- a/pkgs/development/libraries/example-robot-data/default.nix
+++ b/pkgs/development/libraries/example-robot-data/default.nix
@@ -8,14 +8,14 @@
 
 stdenv.mkDerivation (finalAttrs: {
   pname = "example-robot-data";
-  version = "4.0.9";
+  version = "4.1.0";
 
   src = fetchFromGitHub {
     owner = "Gepetto";
     repo = "example-robot-data";
     rev = "v${finalAttrs.version}";
     fetchSubmodules = true;
-    hash = "sha256-dLW8QaQhTTDcE4QCP9uV4ykOqwc3nbPUmF1B77r8CHQ=";
+    hash = "sha256-Heq+c8SSYNO8ksTv5FphRBRStlTakm9T66jlPXon5tI=";
   };
 
   strictDeps = true;