Skip to content

Commit aeda516

Browse files
authored
python3Packages.mizani: 0.14.2 -> 0.14.3 (NixOS#457101)
2 parents ce4b3b9 + 5a67943 commit aeda516

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

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

2020
buildPythonPackage rec {
2121
pname = "mizani";
22-
version = "0.14.2";
22+
version = "0.14.3";
2323
pyproject = true;
2424

2525
src = fetchFromGitHub {
2626
owner = "has2k1";
2727
repo = "mizani";
2828
tag = "v${version}";
29-
hash = "sha256-g7eGajqFLgFWxNKefuYVWF439zVohU8W1j3w91nblEY=";
29+
hash = "sha256-LUustvdD+8J6xu4HrvdFlVHlPGnt+h/0ZvGH7ZiVBUY=";
3030
};
3131

3232
build-system = [ setuptools-scm ];

0 commit comments

Comments
 (0)