Skip to content

Commit

Permalink
python311Packages.xkbcommon: 0.8 -> 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Apr 14, 2024
1 parent 3f9dfce commit 91ca091
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 91ca091

Please sign in to comment.