Unverified Commit bf5e2577 authored by Fabián Heredia Montiel's avatar Fabián Heredia Montiel Committed by GitHub
Browse files

Merge pull request #259502 from r-ryantm/auto-update/python310Packages.pywayland

python310Packages.pywayland: 0.4.16 -> 0.4.17
parents cbb0c889 c3c05a04
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -10,11 +10,11 @@

buildPythonPackage rec {
  pname = "pywayland";
  version = "0.4.16";
  version = "0.4.17";

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-qqcMhwsKs2UhX45xUF9zaDxO0VsfNjhDOx3HNE/ltd0=";
    hash = "sha256-9/0ZAmOML3oVrAfzGj72iV08FgyiYBSByoKyxhojxlc=";
  };

  nativeBuildInputs = [ pkg-config ];