python3Packages.boost-histogram: 1.6.1 -> 1.7.2 (#449039)

This commit is contained in:
Dmitry Kalinkin
2026-04-17 23:50:42 +00:00
committed by GitHub
@@ -30,14 +30,14 @@
buildPythonPackage rec {
pname = "boost-histogram";
version = "1.6.1";
version = "1.7.2";
pyproject = true;
src = fetchFromGitHub {
owner = "scikit-hep";
repo = "boost-histogram";
tag = "v${version}";
hash = "sha256-c2zREASzWfXhNTyygGxj3354l58pT/9zygmRou2bUNE=";
hash = "sha256-nDNSLpmQ3YOo/nEkHfvsE0l9yATzQnrlunX1qWupbLQ=";
fetchSubmodules = true;
};