Merge pull request #235049 from MGlolenstine/wpgtk

wpgtk: 6.5.5 -> 6.5.7
This commit is contained in:
Mario Rodas 2023-06-03 06:19:32 -05:00 committed by GitHub
commit c155d5f361
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,13 +3,13 @@
python3Packages.buildPythonApplication rec {
pname = "wpgtk";
version = "6.5.5";
version = "6.5.7";
src = fetchFromGitHub {
owner = "deviantfero";
repo = "wpgtk";
rev = version;
sha256 = "sha256-g3flxQNiNta+uL4t21Lhpij8b5yB78SJLGaFpTcm9fE=";
sha256 = "sha256-rHNni0nDghc5kI1sWHAb5ODr4buBz65eUEB1qWpbTTs=";
};
nativeBuildInputs = [