Merge pull request #304120 from r-ryantm/auto-update/python311Packages.xkbcommon

python311Packages.xkbcommon: 0.8 -> 1.0
This commit is contained in:
Nick Cao 2024-04-15 09:54:11 -04:00 committed by GitHub
commit 1801eb7ff4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -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 ];