summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/cppheaderparser
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2024-03-26 00:12:22 +0000
committerGitHub <noreply@github.com>2024-03-26 00:12:22 +0000
commit39a71cf239c585c3b740f94760ed20695acfcc35 (patch)
tree734662762bf7929865a7fc60129d02c5935d4a79 /pkgs/development/python-modules/cppheaderparser
parentf683c5c1589f4c60e237fbbc6ffc93cfe065e8e1 (diff)
parentdda0c576b23846cc25749d28abc0ff6263c174b1 (diff)
Merge master into haskell-updates
Diffstat (limited to 'pkgs/development/python-modules/cppheaderparser')
-rw-r--r--pkgs/development/python-modules/cppheaderparser/default.nix5
1 files changed, 3 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/cppheaderparser/default.nix b/pkgs/development/python-modules/cppheaderparser/default.nix
index bf2c696f2841..cb834b1d48a1 100644
--- a/pkgs/development/python-modules/cppheaderparser/default.nix
+++ b/pkgs/development/python-modules/cppheaderparser/default.nix
@@ -5,11 +5,12 @@
}:
buildPythonPackage rec {
- pname = "CppHeaderParser";
+ pname = "cppheaderparser";
version = "2.7.4";
src = fetchPypi {
- inherit pname version;
+ pname = "CppHeaderParser";
+ inherit version;
hash = "sha256-OCswQW2VsKXoUCshSBDcrCpWQykX4mUUR9Or4lPjzEI=";
};