python3Packages.quaternion: 2024.0.9 -> 2024.0.10
This commit is contained in:
parent
1a6187704f
commit
94790d944d
@ -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 = [
|
||||
|
Loading…
x
Reference in New Issue
Block a user