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.
1 parent ee7c74b commit f1e7b44Copy full SHA for f1e7b44
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