lol

python312Packages.mizani: 0.13.4 -> 0.13.5

Diff: https://github.com/has2k1/mizani/compare/refs/tags/v0.13.4...refs/tags/v0.13.5

Changelog: https://github.com/has2k1/mizani/releases/tag/v0.13.5

+2 -2
+2 -2
pkgs/development/python-modules/mizani/default.nix
··· 19 19 20 20 buildPythonPackage rec { 21 21 pname = "mizani"; 22 - version = "0.13.4"; 22 + version = "0.13.5"; 23 23 pyproject = true; 24 24 25 25 src = fetchFromGitHub { 26 26 owner = "has2k1"; 27 27 repo = "mizani"; 28 28 tag = "v${version}"; 29 - hash = "sha256-gZ4rJw+m0XgpfV6nylTqR6Taer6bok5E93WxOyAhXCk="; 29 + hash = "sha256-W88B8WCwIqjMhjoDJaksHBhvg/Sr0RRDwo9stniyzkM="; 30 30 }; 31 31 32 32 build-system = [ setuptools-scm ];