python310Packages.itanium-demangler: remove whitespaces

This commit is contained in:
Fabian Affolter
2023-02-19 11:21:59 +01:00
parent fb58837a5e
commit 0bc3315a98
@@ -15,7 +15,7 @@ buildPythonPackage rec {
src = fetchFromGitHub {
owner = "whitequark";
repo = "python-itanium_demangler";
rev = "v${version}";
rev = "refs/tags/v${version}";
hash = "sha256-I6NUfckt2cocQt5dZSFadpshTCuA/6bVNauNXypWh+A=";
};
@@ -28,7 +28,7 @@ buildPythonPackage rec {
];
pythonImportsCheck = [
" itanium_demangler "
"itanium_demangler"
];
meta = with lib; {