We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b7bd886 + f1e7b44 commit 025c852Copy full SHA for 025c852
1 file changed
pkgs/development/python-modules/boost-histogram/default.nix
@@ -30,14 +30,14 @@
30
31
buildPythonPackage rec {
32
pname = "boost-histogram";
33
- version = "1.6.1";
+ version = "1.7.2";
34
pyproject = true;
35
36
src = fetchFromGitHub {
37
owner = "scikit-hep";
38
repo = "boost-histogram";
39
tag = "v${version}";
40
- hash = "sha256-c2zREASzWfXhNTyygGxj3354l58pT/9zygmRou2bUNE=";
+ hash = "sha256-nDNSLpmQ3YOo/nEkHfvsE0l9yATzQnrlunX1qWupbLQ=";
41
fetchSubmodules = true;
42
};
43
0 commit comments