python312Packages.mizani: 0.13.0 -> 0.13.1

Diff: https://github.com/has2k1/mizani/compare/refs/tags/v0.13.0...v0.13.1

Changelog: https://github.com/has2k1/mizani/releases/tag/v0.13.1
This commit is contained in:
Gaetan Lepage
2024-12-10 18:21:31 +01:00
parent 66676a8096
commit 3e3caa5f73
@@ -18,14 +18,14 @@
buildPythonPackage rec {
pname = "mizani";
version = "0.13.0";
version = "0.13.1";
pyproject = true;
src = fetchFromGitHub {
owner = "has2k1";
repo = "mizani";
rev = "refs/tags/v${version}";
hash = "sha256-UzedAhYGgGLOMUyZe3ew4a2gh1UgYHaLsIe9k85rOkg=";
tag = "v${version}";
hash = "sha256-3eEOkrF3Sn5ZETnxgc5spwHlbJAiDhkJkd5LwMl0QEY=";
};
build-system = [ setuptools-scm ];