Loading pkgs/development/python-modules/keymap-drawer/default.nix +7 −2 Original line number Diff line number Diff line Loading @@ -18,7 +18,7 @@ versionCheckHook, }: let version = "0.22.0"; version = "0.22.1"; in buildPythonPackage { inherit version; Loading @@ -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 Loading @@ -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 Loading Loading
pkgs/development/python-modules/keymap-drawer/default.nix +7 −2 Original line number Diff line number Diff line Loading @@ -18,7 +18,7 @@ versionCheckHook, }: let version = "0.22.0"; version = "0.22.1"; in buildPythonPackage { inherit version; Loading @@ -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 Loading @@ -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 Loading