python311Packages.xkbcommon: 0.8 -> 1.0

This commit is contained in:
R. Ryantm
2024-04-14 22:35:01 +00:00
parent 3f9dfce316
commit 91ca091fb8
@@ -10,12 +10,12 @@
buildPythonPackage rec {
pname = "xkbcommon";
version = "0.8";
version = "1.0";
format = "setuptools";
src = fetchPypi {
inherit pname version;
hash = "sha256-W+WXO/W3UlaHpN9shHibQhWQ1/fPkq5W8qqxd7eV1RY=";
hash = "sha256-NTEafcAU/PU1/2n3pb3m8dbZptI9j9nnmVG4iFqHHe8=";
};
nativeBuildInputs = [ pkg-config ];