Skip to content

Commit 5a67943

Browse files
committed
python3Packages.mizani: 0.14.2 -> 0.14.3
Diff: has2k1/mizani@v0.14.2...v0.14.3 Changelog: https://github.com/has2k1/mizani/releases/tag/v0.14.3
1 parent f7873b7 commit 5a67943

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)