lol

python3Packages.pyglm: 2.7.2-rev1 -> 2.7.3

https://github.com/Zuzu-Typ/PyGLM/releases/tag/2.7.3

+3 -3
+3 -3
pkgs/development/python-modules/pyglm/default.nix
··· 8 8 9 9 buildPythonPackage rec { 10 10 pname = "pyglm"; 11 - version = "2.7.2-rev1"; 11 + version = "2.7.3"; 12 12 pyproject = true; 13 13 14 14 src = fetchFromGitHub { 15 15 owner = "Zuzu-Typ"; 16 16 repo = "PyGLM"; 17 17 tag = version; 18 - hash = "sha256-vQ4g2bBr6xV36DYrszcJnaJ8lj1uD1KyUblSL4u+U/E="; 18 + hash = "sha256-5NXueFZ4+hIP1xd30Dt7sv/oxEqh6ejJoJtQv2rpGyQ="; 19 19 fetchSubmodules = true; 20 20 }; 21 21 ··· 28 28 meta = with lib; { 29 29 homepage = "https://github.com/Zuzu-Typ/PyGLM"; 30 30 description = "OpenGL Mathematics (GLM) library for Python written in C++"; 31 - changelog = "https://github.com/Zuzu-Typ/PyGLM/releases/tag/${version}"; 31 + changelog = "https://github.com/Zuzu-Typ/PyGLM/releases/tag/${src.tag}"; 32 32 license = licenses.zlib; 33 33 maintainers = with maintainers; [ sund3RRR ]; 34 34 };