python3Packages.spatialmath-python: 1.1.10 -> 1.1.11

This commit is contained in:
Martin Weinelt
2024-10-13 11:09:17 +02:00
parent 67c3a11520
commit 85a07a570f
@@ -21,7 +21,7 @@
buildPythonPackage rec {
pname = "spatialmath-python";
version = "1.1.10";
version = "1.1.11";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -29,7 +29,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "spatialmath_python";
inherit version;
hash = "sha256-7h29RHCrxdexpabtxMQx/7RahQmCDGHhdJ1WETvtfYg=";
hash = "sha256-9EUlDGkpV/a73XWvrbtZLK8wrR8Am5EOkv3iSf9J4rM=";
};
nativeBuildInputs = [