python3Packages.pyglm: 2.8.2 -> 2.8.3 (#466631)

This commit is contained in:
Yohann Boniface
2025-11-30 21:54:27 +00:00
committed by GitHub
@@ -8,14 +8,14 @@
buildPythonPackage rec {
pname = "pyglm";
version = "2.8.2";
version = "2.8.3";
pyproject = true;
src = fetchFromGitHub {
owner = "Zuzu-Typ";
repo = "PyGLM";
tag = version;
hash = "sha256-oLPZ6sCIAt12iolcSBNXEjbHGE4ou+dgoFhB400pyRk=";
hash = "sha256-7IN/kqFCwAMeVUrBB/CfCm9bSt1dHMbbLtqVInRFCk0=";
fetchSubmodules = true;
};