Skip to content

Commit b0a0c86

Browse files
authored
python312Packages.mizani: 0.13.3 -> 0.13.4 (#403773)
2 parents 4e13594 + 7c4e6bc commit b0a0c86

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

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

3232
build-system = [ setuptools-scm ];

0 commit comments

Comments
 (0)