python3Packages.fenics-basix: 0.10.0 -> 0.10.0.post0 (#461843)

This commit is contained in:
Nick Cao
2025-11-17 21:12:14 +00:00
committed by GitHub
@@ -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;