python310Packages.xkbcommon: 0.4 -> 0.8

This commit is contained in:
R. Ryantm 2023-01-17 08:18:24 +00:00
parent f46ee73ba6
commit c52ffef313

View File

@ -10,11 +10,11 @@
buildPythonPackage rec {
pname = "xkbcommon";
version = "0.4";
version = "0.8";
src = fetchPypi {
inherit pname version;
sha256 = "V5LMaX5TPhk9x4ZA4MGFzDhUiC6NKPo4uTbW6Q7mdVw=";
sha256 = "sha256-W+WXO/W3UlaHpN9shHibQhWQ1/fPkq5W8qqxd7eV1RY=";
};
nativeBuildInputs = [ pkg-config ];