Skip to content

Commit

Permalink
Merge pull request #304120 from r-ryantm/auto-update/python311Package…
Browse files Browse the repository at this point in the history
…s.xkbcommon

python311Packages.xkbcommon: 0.8 -> 1.0
  • Loading branch information
NickCao authored Apr 15, 2024
2 parents 5447384 + 91ca091 commit 1801eb7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/xkbcommon/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 ];
Expand Down

0 comments on commit 1801eb7

Please sign in to comment.