Merge pull request #251088 from vbgl/gajim-1.8.1

gajim: 1.8.0 → 1.8.1
This commit is contained in:
7c6f434c 2023-08-24 08:00:30 +00:00 committed by GitHub
commit 4b479fc368
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,11 +21,11 @@
python3.pkgs.buildPythonApplication rec {
pname = "gajim";
version = "1.8.0";
version = "1.8.1";
src = fetchurl {
url = "https://gajim.org/downloads/${lib.versions.majorMinor version}/gajim-${version}.tar.gz";
hash = "sha256-EgH8mt0am2l9z4csGHH6rpLqTzFiBRzOPB4NCEP8TUM=";
hash = "sha256-Erh7tR6WX8pt89PRicgbVZd8CLlv18Vyq44O+ZnJVzU=";
};
format = "pyproject";