python3Packages.spatialmath-python: 1.1.15 -> 1.1.16

This commit is contained in:
R. Ryantm
2026-05-05 10:25:15 +00:00
parent 6346ca6ec9
commit 47aaea3a69
@@ -15,13 +15,13 @@
buildPythonPackage rec {
pname = "spatialmath-python";
version = "1.1.15";
version = "1.1.16";
pyproject = true;
src = fetchPypi {
pname = "spatialmath_python";
inherit version;
hash = "sha256-yrcPLNN15hB4WMkB8TSNWU9QnV8sEh8EL9HNQrrXPd8=";
hash = "sha256-6y8EOxxXuqsDTAHW0wKOq4D17GjqouyJy5VyEHwzaiI=";
};
build-system = [