Skip to content

Commit

Permalink
python312Packages.xkbcommon: 1.0 -> 1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Jul 12, 2024
1 parent c35a5a8 commit d0ddc65
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 @@ -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 ];
Expand Down

0 comments on commit d0ddc65

Please sign in to comment.