python311Packages.mizani: 0.9.3 -> 0.11.0

Diff: https://github.com/has2k1/mizani/compare/refs/tags/v0.9.3...v0.11.0

Changelog: https://github.com/has2k1/mizani/releases/tag/v0.11.0
This commit is contained in:
Gaetan Lepage 2024-02-20 16:36:41 +01:00
parent 65480f71f8
commit 821d134eef

View File

@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "mizani";
version = "0.9.3";
version = "0.11.0";
pyproject = true;
disabled = pythonOlder "3.9";
@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "has2k1";
repo = "mizani";
rev = "refs/tags/v${version}";
hash = "sha256-gZwM8/9ipcA73m1sPCz9oxD7cndli+qX9+gLILdbq1A=";
hash = "sha256-4xk8FCUiNOp5n512asYKcjAS7fsyExyMQiWg14XWwHY=";
};
nativeBuildInputs = [