Unverified Commit 5c5ee297 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

python3Packages.setuptools-odoo: 3.3.1 -> 3.3.2 (#489336)

parents e5f4b941 cd589088
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,14 +11,14 @@

buildPythonPackage rec {
  pname = "setuptools-odoo";
  version = "3.3.1";
  version = "3.3.2";
  format = "setuptools";

  src = fetchFromGitHub {
    owner = "acsone";
    repo = "setuptools-odoo";
    tag = version;
    hash = "sha256-fTXc3ICJ1VKno1PYBVMhXr5u7awhahLdOuDJ/8czPtA=";
    hash = "sha256-cGvE/AioSX2R74dsElx4eb2Rp5irA65w/gBE6DFaUiI=";
  };

  nativeBuildInputs = [ distutils ];