Bump keymap drawer

This commit is contained in:
urob 2024-10-26 11:41:41 -04:00
parent 4ecd556026
commit 5b4e8a1cde
2 changed files with 38 additions and 19 deletions

View file

@ -12,19 +12,15 @@
}:
buildPythonApplication rec {
pname = "keymap-drawer";
version = "0.18.0";
version = "0.18.1";
pyproject = true;
src = fetchPypi {
pname = "keymap_drawer";
inherit version;
hash = "sha256-faJB+cjj740Ny2wqVwc5t/+grEWBIEyhex3RoLCuIs8=";
hash = "sha256-MHjxsopXoYWZFuXUbeaI7BCSx3HkRaeVidY+mc8lj+s=";
};
postPatch = ''
substituteInPlace pyproject.toml --replace 'platformdirs = "^3.5.1"' 'platformdirs = "^4.0.0"'
'';
build-system = [poetry-core];
propagatedBuildInputs = [