summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVincent Laporte <Vincent.Laporte@gmail.com>2023-01-17 09:42:49 +0100
committerVincent Laporte <Vincent.Laporte@gmail.com>2023-01-17 09:42:49 +0100
commit5b2b0866d059739c2e2a5df7e9bcd75a533fd421 (patch)
tree7ef1b6543ea29944f1b4de7adf2bf57fc6506edc
parent5c78e494a8c5d3b6601b20ffd8a61dd9186966a3 (diff)
gajim: 1.6.0 → 1.6.1
-rw-r--r--pkgs/applications/networking/instant-messengers/gajim/default.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/applications/networking/instant-messengers/gajim/default.nix b/pkgs/applications/networking/instant-messengers/gajim/default.nix
index 67f294ea6a55..035d8bad2616 100644
--- a/pkgs/applications/networking/instant-messengers/gajim/default.nix
+++ b/pkgs/applications/networking/instant-messengers/gajim/default.nix
@@ -22,11 +22,11 @@
python3.pkgs.buildPythonApplication rec {
pname = "gajim";
- version = "1.6.0";
+ version = "1.6.1";
src = fetchurl {
url = "https://gajim.org/downloads/${lib.versions.majorMinor version}/gajim-${version}.tar.gz";
- hash = "sha256-gHRB3thDH+CKRXTgrD37e2zf0rVDIVl4Zhxf5lsLjyc=";
+ hash = "sha256-3D87Ou/842WqbaUiJV1hRZFVkZzQ12GXCpRc8F3rKPQ=";
};
buildInputs = [
@@ -61,8 +61,8 @@ python3.pkgs.buildPythonApplication rec {
checkPhase = ''
xvfb-run dbus-run-session \
--config-file=${dbus}/share/dbus-1/session.conf \
- ${python3.interpreter} -m unittest discover -s test/gtk -v
- ${python3.interpreter} -m unittest discover -s test/no_gui -v
+ ${python3.interpreter} -m unittest discover -s test/gui -v
+ ${python3.interpreter} -m unittest discover -s test/common -v
'';
# necessary for wrapGAppsHook