Skip to content

Commit 60fb61e

Browse files
authored
python312Packages.mizani: 0.13.2 -> 0.13.3 (NixOS#397966)
2 parents 82d8018 + 9bb3914 commit 60fb61e

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

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

3232
build-system = [ setuptools-scm ];

0 commit comments

Comments
 (0)