3
0
Fork 0
forked from mirrors/nixpkgs

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 { buildPythonPackage rec {
pname = "xkbcommon"; pname = "xkbcommon";
version = "0.4"; version = "0.8";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "V5LMaX5TPhk9x4ZA4MGFzDhUiC6NKPo4uTbW6Q7mdVw="; sha256 = "sha256-W+WXO/W3UlaHpN9shHibQhWQ1/fPkq5W8qqxd7eV1RY=";
}; };
nativeBuildInputs = [ pkg-config ]; nativeBuildInputs = [ pkg-config ];