python3Packages.fenics-basix: 0.10.0 -> 0.10.0.post0

This commit is contained in:
R. Ryantm
2025-11-15 07:13:49 +00:00
parent 61630d4ab5
commit 71edb72e49
@@ -20,14 +20,14 @@
buildPythonPackage rec {
pname = "fenics-basix";
version = "0.10.0";
version = "0.10.0.post0";
pyproject = true;
src = fetchFromGitHub {
owner = "fenics";
repo = "basix";
tag = "v${version}";
hash = "sha256-atrfIMyLY9EAyw6eiVaC/boG2/a8PCrrv/7J0ntHgSo=";
hash = "sha256-iKG6Cs28D0scPEIRKoGk/CgquKzGZvIjf4UIj4MQXHA=";
};
dontUseCmakeConfigure = true;