python312Packages.seaborn: 0.13.0 -> 0.13.2

This commit is contained in:
R. Ryantm 2024-01-25 21:12:36 +00:00
parent 5af80acc9a
commit 729f5b69bb

View file

@ -15,7 +15,7 @@
buildPythonPackage rec {
pname = "seaborn";
version = "0.13.0";
version = "0.13.2";
format = "pyproject";
disabled = pythonOlder "3.8";
@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = "mwaskom";
repo = "seaborn";
rev = "refs/tags/v${version}";
hash = "sha256-RbtBNKTjUHdCFe1V7IvACgbSNIPhVFMYmtE34GKVIzs=";
hash = "sha256-aGIVcdG/XN999nYBHh3lJqGa3QVt0j8kmzaxdkULznY=";
};
nativeBuildInputs = [