Merge pull request #266024 from natsukium/seaborn/update

python311Packages.seaborn: 0.13.0rc0 -> 0.13.0
This commit is contained in:
OTABI Tomoya 2023-11-11 14:24:00 +09:00 committed by GitHub
commit f209847507
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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