Unverified Commit e6f84046 authored by dish's avatar dish Committed by GitHub
Browse files

python3Packages.cxxheaderparser: 1.5.4 -> 1.6.0 (#440680)

parents 092ed52e b7c37565
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,14 +9,14 @@

buildPythonPackage rec {
  pname = "cxxheaderparser";
  version = "1.5.4";
  version = "1.6.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "robotpy";
    repo = "cxxheaderparser";
    rev = version;
    hash = "sha256-56u7JPlms6ep53LsrDEkwctG2VQzmIVQyjSFLZaK95g=";
    hash = "sha256-3nQCUb2sgF91ilREHj/fb8IoMTHjPoOFWGzkbssGqFY=";
  };

  postPatch = ''