Unverified Commit 345174ec authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

python312Packages.matplotlib-venn: 1.1.1 -> 1.1.2 (#388348)

parents 7acf6705 2f0384c7
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -13,13 +13,13 @@

buildPythonPackage rec {
  pname = "matplotlib-venn";
  version = "1.1.1";
  version = "1.1.2";

  pyproject = true;

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-2IW8AV9QkaS4qBOP8gp+0WbDO1w228BIn5Wly8dqKuU=";
    hash = "sha256-bysHoD6btaYt4vMvllIWc54XUXb51lTdGeevLCLsNuM=";
  };

  build-system = [ setuptools ];