python3Packages.viser: 1.0.0 -> 1.0.3
https://github.com/nerfstudio-project/viser/releases/tag/v1.0.3 This commit was automatically generated using update-python-libraries.
This commit is contained in:
@@ -50,14 +50,14 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "viser";
|
||||
version = "1.0.0";
|
||||
version = "1.0.3";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "nerfstudio-project";
|
||||
repo = "viser";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-itFJ9mlN2VaWbLzQp1ERMxBvXg0O7SMWzEWDdxoTA/0=";
|
||||
hash = "sha256-zufWYq4HvkmbSawTq8G7TheWNpspRL/dptyLuGnUQ2U=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
|
||||
Reference in New Issue
Block a user