python3Packages.quaternion: 2024.0.12 -> 2024.0.13

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2026-02-01 17:38:46 +01:00
parent 01762252e5
commit be34f5ce1f
@@ -18,14 +18,14 @@
buildPythonPackage rec {
pname = "quaternion";
version = "2024.0.12";
version = "2024.0.13";
pyproject = true;
src = fetchFromGitHub {
owner = "moble";
repo = "quaternion";
tag = "v${version}";
hash = "sha256-HZDzzXf9lsvxa5yLayYvk3lgutEw0gEH8m0jkzwMAF8=";
hash = "sha256-W35R+S6yzcKTpKtemjiLzH9v5owduUtos9DyoY28qbc=";
};
build-system = [