python311Packages.mizani: 0.11.2 -> 0.11.3

Diff: https://github.com/has2k1/mizani/compare/refs/tags/v0.11.2...v0.11.3

Changelog: https://github.com/has2k1/mizani/releases/tag/v0.11.3
This commit is contained in:
Gaetan Lepage 2024-05-10 00:24:07 +02:00
parent 901fa83cc0
commit 557b6847cc

@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "mizani";
version = "0.11.2";
version = "0.11.3";
pyproject = true;
disabled = pythonOlder "3.9";
@ -21,14 +21,14 @@ buildPythonPackage rec {
owner = "has2k1";
repo = "mizani";
rev = "refs/tags/v${version}";
hash = "sha256-tOydQvRZcY052Xh98NbFUezc55JJ8LRj0REIAzpcCp0=";
hash = "sha256-aEataiB432yKnQ80TxJvsU9DO9wI4ZVGq1k73qeuEv0=";
};
nativeBuildInputs = [
build-system = [
setuptools-scm
];
propagatedBuildInputs = [
dependencies = [
matplotlib
palettable
pandas