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

This commit is contained in:
R. RyanTM 2023-09-26 19:10:51 -07:00 committed by GitHub
parent 85e0d60613
commit 5681b77dde
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,14 +13,14 @@
buildPythonPackage rec {
pname = "hist";
version = "2.7.1";
version = "2.7.2";
format = "pyproject";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-/74xTCvQPDQrnxaNznFa2PNigesjFyoAlwiCqTRP6Yg=";
hash = "sha256-JrGrgQ2LECIttdFh1KyvZKqgT+a6rtKWbUHB2sVgHQY=";
};
buildInputs = [