python312Packages.xkbcommon: 1.0 -> 1.5.1

This commit is contained in:
R. Ryantm 2024-07-12 01:39:54 +00:00
parent c35a5a895f
commit d0ddc65657

View File

@ -11,12 +11,12 @@
buildPythonPackage rec {
pname = "xkbcommon";
version = "1.0";
version = "1.5.1";
format = "setuptools";
src = fetchPypi {
inherit pname version;
hash = "sha256-NTEafcAU/PU1/2n3pb3m8dbZptI9j9nnmVG4iFqHHe8=";
hash = "sha256-rBdICNv2HTXZ2oBL8zuqx0vG8r4MEIWUrpPHnNFd3DY=";
};
nativeBuildInputs = [ pkg-config ];