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

Changed files
+2 -2
pkgs
development
python-modules
cxxheaderparser
+2 -2
pkgs/development/python-modules/cxxheaderparser/default.nix
···
buildPythonPackage rec {
pname = "cxxheaderparser";
-
version = "1.5.4";
pyproject = true;
src = fetchFromGitHub {
owner = "robotpy";
repo = "cxxheaderparser";
rev = version;
-
hash = "sha256-56u7JPlms6ep53LsrDEkwctG2VQzmIVQyjSFLZaK95g=";
};
postPatch = ''
···
buildPythonPackage rec {
pname = "cxxheaderparser";
+
version = "1.6.0";
pyproject = true;
src = fetchFromGitHub {
owner = "robotpy";
repo = "cxxheaderparser";
rev = version;
+
hash = "sha256-3nQCUb2sgF91ilREHj/fb8IoMTHjPoOFWGzkbssGqFY=";
};
postPatch = ''