Skip to content

Commit 9249aca

Browse files
python3Packages.pygltflib: 1.16.2 -> 1.16.5 (#438275)
2 parents c04e781 + f652310 commit 9249aca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/pygltflib/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ in
2121

2222
buildPythonPackage rec {
2323
pname = "pygltflib";
24-
version = "1.16.2";
24+
version = "1.16.5";
2525
pyproject = true;
2626

2727
disabled = pythonOlder "3.6";
@@ -30,7 +30,7 @@ buildPythonPackage rec {
3030
owner = "dodgyville";
3131
repo = "pygltflib";
3232
tag = "v${version}";
33-
hash = "sha256-rUAg05M5biVsdG2yEH0Olng/0jH1R/Jo5/+j4ToKkTI=";
33+
hash = "sha256-3XfOlL+l0isMFv71+uY/PBHCwND54qACoCVYntfCot4=";
3434
};
3535

3636
nativeBuildInputs = [ setuptools ];

0 commit comments

Comments
 (0)