Unverified Commit a19a8e52 authored by Gaétan Lepage's avatar Gaétan Lepage Committed by GitHub
Browse files

keymap-drawer: 0.22.0 -> 0.22.1 (#429962)

parents 3b19834e 4690f02f
Loading
Loading
Loading
Loading
+7 −2
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@
  versionCheckHook,
}:
let
  version = "0.22.0";
  version = "0.22.1";
in
buildPythonPackage {
  inherit version;
@@ -30,11 +30,15 @@ buildPythonPackage {
    owner = "caksoylar";
    repo = "keymap-drawer";
    tag = "v${version}";
    hash = "sha256-SPnIfrUA0M9xznjEe60T+0VHh9lCmY4cni9hyqFlZqM=";
    hash = "sha256-X3O5yspEdey03YQ6JsYN/DE9NUiq148u1W6LQpUQ3ns=";
  };

  build-system = [ poetry-core ];

  pythonRelaxDeps = [
    "tree-sitter-devicetree"
  ];

  dependencies = [
    pcpp
    platformdirs
@@ -60,6 +64,7 @@ buildPythonPackage {
  meta = {
    description = "Module and CLI tool to help parse and draw keyboard layouts";
    homepage = "https://github.com/caksoylar/keymap-drawer";
    changelog = "https://github.com/caksoylar/keymap-drawer/releases/tag/v${version}";
    license = lib.licenses.mit;
    maintainers = with lib.maintainers; [
      MattSturgeon