Skip to content

Commit 025c852

Browse files
authored
python3Packages.boost-histogram: 1.6.1 -> 1.7.2 (#449039)
2 parents b7bd886 + f1e7b44 commit 025c852

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • pkgs/development/python-modules/boost-histogram

pkgs/development/python-modules/boost-histogram/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,14 @@
3030

3131
buildPythonPackage rec {
3232
pname = "boost-histogram";
33-
version = "1.6.1";
33+
version = "1.7.2";
3434
pyproject = true;
3535

3636
src = fetchFromGitHub {
3737
owner = "scikit-hep";
3838
repo = "boost-histogram";
3939
tag = "v${version}";
40-
hash = "sha256-c2zREASzWfXhNTyygGxj3354l58pT/9zygmRou2bUNE=";
40+
hash = "sha256-nDNSLpmQ3YOo/nEkHfvsE0l9yATzQnrlunX1qWupbLQ=";
4141
fetchSubmodules = true;
4242
};
4343

0 commit comments

Comments
 (0)