3
0
Fork 0
forked from mirrors/nixpkgs

python311Packages.quaternion: 2022.4.4 -> 2023.0.2

This commit is contained in:
R. Ryantm 2024-01-19 16:05:11 +00:00
parent 3fd2c02d52
commit 5838eafe4c

View file

@ -8,14 +8,14 @@
buildPythonPackage rec {
pname = "quaternion";
version = "2022.4.4";
version = "2023.0.2";
format = "pyproject";
src = fetchFromGitHub {
owner = "moble";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-fgyi50purfqUIe7zuz/52K6Sw3TjuvAX0EnzkXD//B4=";
hash = "sha256-G5Xbo6Ns98oqtY/AKz9CE7nt8j2b6+Hv14ZoKtlDCMQ=";
};
propagatedBuildInputs = [