Skip to content

Commit 42d1c4f

Browse files
r-ryantmveprbl
authored andcommitted
python312Packages.hist: 2.8.0 -> 2.8.1
1 parent 634407d commit 42d1c4f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/hist/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@
1414

1515
buildPythonPackage rec {
1616
pname = "hist";
17-
version = "2.8.0";
17+
version = "2.8.1";
1818
format = "pyproject";
1919

2020
disabled = pythonOlder "3.7";
2121

2222
src = fetchPypi {
2323
inherit pname version;
24-
hash = "sha256-Cj5gLdHSchvX8iKfRWcJ3eMj9vdJUvE7pOWYbDJ193s=";
24+
hash = "sha256-fafJAOLvbUJXk9oamtrEJOvAE6jqvymyQwH3CJghjZ0=";
2525
};
2626

2727
buildInputs = [

0 commit comments

Comments
 (0)