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