Unverified Commit 0cb64294 authored by h7x4's avatar h7x4 Committed by GitHub
Browse files

python3Packages.cxxheaderparser: 1.3.4 -> 1.4.0 (#345488)

parents ed966503 4223e717
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -9,14 +9,14 @@

buildPythonPackage rec {
  pname = "cxxheaderparser";
  version = "1.3.4";
  version = "1.4.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "robotpy";
    repo = "cxxheaderparser";
    rev = version;
    hash = "sha256-Cyo+18mH1p5Zy4dWP3mjZRIkZZOyb61ABedk/amDi0g=";
    hash = "sha256-Gf7O1jFICLUcN0z4WYQmh7co2AxdzJY+tdXzu/AdG/g=";
  };

  postPatch = ''
@@ -35,5 +35,6 @@ buildPythonPackage rec {
    homepage = "https://github.com/robotpy/cxxheaderparser";
    license = lib.licenses.bsd3;
    maintainers = with lib.maintainers; [ nim65s ];
    platforms = lib.platforms.unix;
  };
}