python312Packages.mizani: 0.12.2 -> 0.13.0

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

Changelog: https://github.com/has2k1/mizani/releases/tag/v0.13.0
This commit is contained in:
Gaetan Lepage
2024-10-29 12:06:13 +01:00
parent 7b5bc03968
commit 94ddf41af7
@@ -1,7 +1,6 @@
{
lib,
buildPythonPackage,
pythonOlder,
fetchFromGitHub,
# build-system
@@ -13,22 +12,20 @@
pandas,
scipy,
# checks
# tests
pytestCheckHook,
}:
buildPythonPackage rec {
pname = "mizani";
version = "0.12.2";
version = "0.13.0";
pyproject = true;
disabled = pythonOlder "3.10";
src = fetchFromGitHub {
owner = "has2k1";
repo = "mizani";
rev = "refs/tags/v${version}";
hash = "sha256-aTc8LC/2zLrrTfOXABWs049m752PctpvlguA6qhyhp8=";
hash = "sha256-UzedAhYGgGLOMUyZe3ew4a2gh1UgYHaLsIe9k85rOkg=";
};
build-system = [ setuptools-scm ];