From 52af76796f1a37fc05b9fe9469d2d6c803842378 Mon Sep 17 00:00:00 2001 From: Guilhem Saurel Date: Tue, 19 Aug 2025 17:35:04 +0200 Subject: [PATCH] python312Packages.viser: 1.0.3 -> 1.0.4 Diff: https://github.com/nerfstudio-project/viser/compare/v1.0.3...v1.0.4 Changelog: https://github.com/nerfstudio-project/viser/releases/tag/v1.0.4 --- pkgs/development/python-modules/viser/default.nix | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/pkgs/development/python-modules/viser/default.nix b/pkgs/development/python-modules/viser/default.nix index 211c755e1ed7..032bbd622ae8 100644 --- a/pkgs/development/python-modules/viser/default.nix +++ b/pkgs/development/python-modules/viser/default.nix @@ -26,7 +26,7 @@ scipy, tqdm, trimesh, - tyro, + typing-extensions, websockets, yourdfpy, @@ -43,6 +43,7 @@ # pyliblzfse, robot-descriptions, torch, + tyro, # nativeCheckInputs pytestCheckHook, @@ -50,14 +51,14 @@ buildPythonPackage rec { pname = "viser"; - version = "1.0.3"; + version = "1.0.4"; pyproject = true; src = fetchFromGitHub { owner = "nerfstudio-project"; repo = "viser"; tag = "v${version}"; - hash = "sha256-zufWYq4HvkmbSawTq8G7TheWNpspRL/dptyLuGnUQ2U="; + hash = "sha256-AS5D6pco6wzQ414yxvv0K9FB3tfP1BvqigRLJJXDduU="; }; postPatch = '' @@ -108,7 +109,7 @@ buildPythonPackage rec { scipy tqdm trimesh - tyro + typing-extensions websockets yourdfpy ]; @@ -130,6 +131,7 @@ buildPythonPackage rec { # pyliblzfse robot-descriptions torch + tyro ]; };