python3Packages.quaternion: 2024.0.9 -> 2024.0.10

This commit is contained in:
R. Ryantm 2025-07-16 13:54:23 +00:00
parent 1a6187704f
commit 94790d944d

View File

@ -18,14 +18,14 @@
buildPythonPackage rec {
pname = "quaternion";
version = "2024.0.9";
version = "2024.0.10";
pyproject = true;
src = fetchFromGitHub {
owner = "moble";
repo = "quaternion";
tag = "v${version}";
hash = "sha256-i2GgcHbSN/JnJti8Nz8nFTKgbpntsxiG2KOPzJwNQa8=";
hash = "sha256-jkaSxnq1i5DZP7unbKktJWFmsDNc1ZGOKMcN9SiObMg=";
};
build-system = [