15 buildPythonPackage rec {
20 disabled = pythonOlder "3.7";
23 inherit pname version;
24 hash = "sha256-Cj5gLdHSchvX8iKfRWcJ3eMj9vdJUvE7pOWYbDJ193s=";
32 propagatedBuildInputs = [
44 description = "Histogramming for analysis powered by boost-histogram";
46 homepage = "https://hist.readthedocs.io/";
47 changelog = "https://github.com/scikit-hep/hist/releases/tag/v${version}";
48 license = licenses.bsd3;
49 maintainers = with maintainers; [ veprbl ];