python313Packages.boost-histogram: fix build

This commit is contained in:
Tom Hunze
2025-08-31 10:54:56 +02:00
parent 8fa7c7ad4c
commit 0075a3a3e4
@@ -34,7 +34,8 @@ buildPythonPackage rec {
owner = "scikit-hep";
repo = "boost-histogram";
tag = "v${version}";
hash = "sha256-fWbvv9MiBZZiTZLu78tMR5Cx0/7xSuVIya3dkuahPE4=";
hash = "sha256-kduE5v1oQT76MRxMuGo+snCBdJ+yOjkOJFO45twcUIs=";
fetchSubmodules = true;
};
nativeBuildInputs = [ cmake ];