gajim: 1.5.3 → 1.5.4

This commit is contained in:
Vincent Laporte 2022-12-10 11:26:39 +01:00
parent 6c45c43cf1
commit c492cf49d1
No known key found for this signature in database
GPG Key ID: EBD582ADDDB1F81F

View File

@ -22,11 +22,11 @@
python3.pkgs.buildPythonApplication rec {
pname = "gajim";
version = "1.5.3";
version = "1.5.4";
src = fetchurl {
url = "https://gajim.org/downloads/${lib.versions.majorMinor version}/gajim-${version}.tar.gz";
sha256 = "sha256-JSV4592s7oKJzxBghtlrvXqCoO6iCRoYNu/eaqPfuLA=";
sha256 = "sha256-uIzOKiCbHiSVRlXcpE0B/+Ats3cfw4u7eA+KyPriwhk=";
};
buildInputs = [