python3Packages.quaternion: 2024.0.9 -> 2024.0.10
This commit is contained in:
parent
1a6187704f
commit
94790d944d
@ -18,14 +18,14 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "quaternion";
|
pname = "quaternion";
|
||||||
version = "2024.0.9";
|
version = "2024.0.10";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "moble";
|
owner = "moble";
|
||||||
repo = "quaternion";
|
repo = "quaternion";
|
||||||
tag = "v${version}";
|
tag = "v${version}";
|
||||||
hash = "sha256-i2GgcHbSN/JnJti8Nz8nFTKgbpntsxiG2KOPzJwNQa8=";
|
hash = "sha256-jkaSxnq1i5DZP7unbKktJWFmsDNc1ZGOKMcN9SiObMg=";
|
||||||
};
|
};
|
||||||
|
|
||||||
build-system = [
|
build-system = [
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user