python3Packages.pyglm: 2.7.2-rev1 -> 2.7.3

https://github.com/Zuzu-Typ/PyGLM/releases/tag/2.7.3
This commit is contained in:
Martin Weinelt
2025-01-27 10:56:41 +01:00
parent bd72066a07
commit f9e3eeef5d
@@ -8,14 +8,14 @@
buildPythonPackage rec {
pname = "pyglm";
version = "2.7.2-rev1";
version = "2.7.3";
pyproject = true;
src = fetchFromGitHub {
owner = "Zuzu-Typ";
repo = "PyGLM";
tag = version;
hash = "sha256-vQ4g2bBr6xV36DYrszcJnaJ8lj1uD1KyUblSL4u+U/E=";
hash = "sha256-5NXueFZ4+hIP1xd30Dt7sv/oxEqh6ejJoJtQv2rpGyQ=";
fetchSubmodules = true;
};
@@ -28,7 +28,7 @@ buildPythonPackage rec {
meta = with lib; {
homepage = "https://github.com/Zuzu-Typ/PyGLM";
description = "OpenGL Mathematics (GLM) library for Python written in C++";
changelog = "https://github.com/Zuzu-Typ/PyGLM/releases/tag/${version}";
changelog = "https://github.com/Zuzu-Typ/PyGLM/releases/tag/${src.tag}";
license = licenses.zlib;
maintainers = with maintainers; [ sund3RRR ];
};