Skip to content

Commit

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

python312Packages.xkbcommon: 1.0 -> 1.5.1
  • Loading branch information
fabaff authored Jul 12, 2024
2 parents ea19d5e + d0ddc65 commit 3959170
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 3959170

Please sign in to comment.