Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

python310Packages.hist: 2.7.1 -> 2.7.2 (#257544)

authored by R. RyanTM and committed by GitHub 5681b77d 85e0d606

+2 -2
+2 -2
pkgs/development/python-modules/hist/default.nix
··· 13 13 14 14 buildPythonPackage rec { 15 15 pname = "hist"; 16 - version = "2.7.1"; 16 + version = "2.7.2"; 17 17 format = "pyproject"; 18 18 19 19 disabled = pythonOlder "3.7"; 20 20 21 21 src = fetchPypi { 22 22 inherit pname version; 23 - hash = "sha256-/74xTCvQPDQrnxaNznFa2PNigesjFyoAlwiCqTRP6Yg="; 23 + hash = "sha256-JrGrgQ2LECIttdFh1KyvZKqgT+a6rtKWbUHB2sVgHQY="; 24 24 }; 25 25 26 26 buildInputs = [