Merge pull request #282712 from r-ryantm/auto-update/gdbgui

gdbgui: 0.15.1.0 -> 0.15.2.0
This commit is contained in:
maxine 2024-01-22 18:17:07 +01:00 committed by GitHub
commit 3634671120
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -12,7 +12,7 @@
buildPythonApplication rec {
pname = "gdbgui";
version = "0.15.1.0";
version = "0.15.2.0";
buildInputs = [ gdb ];
propagatedBuildInputs = [
@ -25,7 +25,7 @@ buildPythonApplication rec {
src = fetchPypi {
inherit pname version;
sha256 = "sha256-YcD3om7N6yddm02It6/fjXDsVHG0Cs46fdGof0PMJXM=";
sha256 = "sha256-vmMlRmjFqhs3Vf+IU9IDtJzt4dZ0yIOmXIVOx5chZPA=";
};
postPatch = ''