Commit cd589088 authored by R. RyanTM's avatar R. RyanTM
Browse files

python3Packages.setuptools-odoo: 3.3.1 -> 3.3.2

parent dcb331fe
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 ];