Skip to content

Commit 42ba677

Browse files
authored
python312Packages.mizani: 0.13.4 -> 0.13.5 (#403831)
2 parents 61df0c0 + 041f5e0 commit 42ba677

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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.13.4";
22+
version = "0.13.5";
2323
pyproject = true;
2424

2525
src = fetchFromGitHub {
2626
owner = "has2k1";
2727
repo = "mizani";
2828
tag = "v${version}";
29-
hash = "sha256-gZ4rJw+m0XgpfV6nylTqR6Taer6bok5E93WxOyAhXCk=";
29+
hash = "sha256-W88B8WCwIqjMhjoDJaksHBhvg/Sr0RRDwo9stniyzkM=";
3030
};
3131

3232
build-system = [ setuptools-scm ];

0 commit comments

Comments
 (0)