We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c04e781 + f652310 commit 9249acaCopy full SHA for 9249aca
pkgs/development/python-modules/pygltflib/default.nix
@@ -21,7 +21,7 @@ in
21
22
buildPythonPackage rec {
23
pname = "pygltflib";
24
- version = "1.16.2";
+ version = "1.16.5";
25
pyproject = true;
26
27
disabled = pythonOlder "3.6";
@@ -30,7 +30,7 @@ buildPythonPackage rec {
30
owner = "dodgyville";
31
repo = "pygltflib";
32
tag = "v${version}";
33
- hash = "sha256-rUAg05M5biVsdG2yEH0Olng/0jH1R/Jo5/+j4ToKkTI=";
+ hash = "sha256-3XfOlL+l0isMFv71+uY/PBHCwND54qACoCVYntfCot4=";
34
};
35
36
nativeBuildInputs = [ setuptools ];
0 commit comments