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

authored by

Gaétan Lepage and committed by
GitHub
a19a8e52 3b19834e

+7 -2
+7 -2
pkgs/development/python-modules/keymap-drawer/default.nix
··· 18 versionCheckHook, 19 }: 20 let 21 - version = "0.22.0"; 22 in 23 buildPythonPackage { 24 inherit version; ··· 30 owner = "caksoylar"; 31 repo = "keymap-drawer"; 32 tag = "v${version}"; 33 - hash = "sha256-SPnIfrUA0M9xznjEe60T+0VHh9lCmY4cni9hyqFlZqM="; 34 }; 35 36 build-system = [ poetry-core ]; 37 38 dependencies = [ 39 pcpp ··· 60 meta = { 61 description = "Module and CLI tool to help parse and draw keyboard layouts"; 62 homepage = "https://github.com/caksoylar/keymap-drawer"; 63 license = lib.licenses.mit; 64 maintainers = with lib.maintainers; [ 65 MattSturgeon
··· 18 versionCheckHook, 19 }: 20 let 21 + version = "0.22.1"; 22 in 23 buildPythonPackage { 24 inherit version; ··· 30 owner = "caksoylar"; 31 repo = "keymap-drawer"; 32 tag = "v${version}"; 33 + hash = "sha256-X3O5yspEdey03YQ6JsYN/DE9NUiq148u1W6LQpUQ3ns="; 34 }; 35 36 build-system = [ poetry-core ]; 37 + 38 + pythonRelaxDeps = [ 39 + "tree-sitter-devicetree" 40 + ]; 41 42 dependencies = [ 43 pcpp ··· 64 meta = { 65 description = "Module and CLI tool to help parse and draw keyboard layouts"; 66 homepage = "https://github.com/caksoylar/keymap-drawer"; 67 + changelog = "https://github.com/caksoylar/keymap-drawer/releases/tag/v${version}"; 68 license = lib.licenses.mit; 69 maintainers = with lib.maintainers; [ 70 MattSturgeon