Unverified Commit e58ca5ad authored by Yohann Boniface's avatar Yohann Boniface Committed by GitHub
Browse files

python3Packages.pycm: 4.3 -> 4.4 (#435988)

parents 31628750 68f642ce
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -12,14 +12,14 @@

buildPythonPackage rec {
  pname = "pycm";
  version = "4.3";
  version = "4.4";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "sepandhaghighi";
    repo = "pycm";
    tag = "v${version}";
    hash = "sha256-JX75UEaONL+2n6xePE2hbIEMmnt0RknWNWgpbMwNyhw=";
    hash = "sha256-CKvNnpZBT6CV71887jd+V4plBBdWQhMqAhO38APUg20=";
  };

  build-system = [ setuptools ];