Unverified Commit f2098475 authored by OTABI Tomoya's avatar OTABI Tomoya Committed by GitHub
Browse files

Merge pull request #266024 from natsukium/seaborn/update

python311Packages.seaborn: 0.13.0rc0 -> 0.13.0
parents 98906c02 f7c2f4f9
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = [