python3Packages.boost-histogram: 1.6.1 -> 1.7.2

This commit is contained in:
R. Ryantm
2026-04-15 14:18:39 +00:00
parent ee7c74b78c
commit f1e7b442de
@@ -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;
};