python3Packages.clifford: 1.4.0 -> 1.5.1

https://github.com/pygae/clifford/releases/tag/v1.5.1

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2026-02-01 16:42:31 +01:00
parent eb27a232e9
commit 71740fa885
@@ -14,12 +14,12 @@
buildPythonPackage rec {
pname = "clifford";
version = "1.4.0";
version = "1.5.1";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-eVE8FrD0YHoRreY9CrNb8v4v4KrG83ZU0oFz+V+p+Q0=";
hash = "sha256-NISzEs/w4tXhT7mUCbgkIZPDWN+qave8bqIwxGBuZvM=";
};
build-system = [ setuptools ];