python3Packages.nutils: 8.6 -> 8.7

https://github.com/evalf/nutils/releases/tag/v8.7
This commit is contained in:
Martin Weinelt
2024-06-24 12:15:46 +02:00
parent 3f389ce923
commit b82ca220ab
@@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "nutils";
version = "8.6";
version = "8.7";
format = "pyproject";
disabled = pythonOlder "3.7";
@@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "evalf";
repo = "nutils";
rev = "refs/tags/v${version}";
hash = "sha256-vfdb7+jcJ5EuWDoZyRExWEPEWt+lgbzmAL3QhguLtHE=";
hash = "sha256-wxouS0FXrdIhm6nTVBuzkwHceJnZ7f7k8nMFxFsZchE=";
};
nativeBuildInputs = [ flit-core ];