Skip to content

Commit

Permalink
Bump keymap drawer
Browse files Browse the repository at this point in the history
  • Loading branch information
urob committed Oct 26, 2024
1 parent 4ecd556 commit 5b4e8a1
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 19 deletions.
8 changes: 2 additions & 6 deletions draw/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down
49 changes: 36 additions & 13 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5b4e8a1

Please sign in to comment.