gp-saml-gui: 20230507 -> 20240731

This commit is contained in:
Pierre Allix 2024-07-31 12:01:02 +02:00
parent 2920bc8d9f
commit 8d6ad83102

View File

@ -12,13 +12,13 @@
}:
buildPythonPackage rec {
pname = "gp-saml-gui";
version = "0.1+20230507-${lib.strings.substring 0 7 src.rev}";
version = "0.1+20240731-${lib.strings.substring 0 7 src.rev}";
src = fetchFromGitHub {
owner = "dlenski";
repo = "gp-saml-gui";
rev = "258f47cdc4a8ed57a1eef16667f6cad0d1cb49b1";
sha256 = "sha256-g10S8C32mnOymCmGNdM8gmGpYn5/ObMJK3g6amKtQmI=";
rev = "c46af04b3a6325b0ecc982840d7cfbd1629b6d43";
sha256 = "sha256-4MFHad1cuCWawy2hrqdXOgud0pXpYiV9J3Jwqyg4Udk=";
};
buildInputs = lib.optional stdenv.isLinux glib-networking;