Merge pull request #329463 from hlad/gajim_1.9.2

gajim: 1.9.1 - > 1.9.2
This commit is contained in:
7c6f434c 2024-07-24 01:37:59 +00:00 committed by GitHub
commit 42d0474fff
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -21,11 +21,11 @@
python3.pkgs.buildPythonApplication rec {
pname = "gajim";
version = "1.9.1";
version = "1.9.2";
src = fetchurl {
url = "https://gajim.org/downloads/${lib.versions.majorMinor version}/gajim-${version}.tar.gz";
hash = "sha256-VvXzGo8GLtkAJ/ZVOpYOboJeRqZkDbZDu9DMjaHqWus=";
hash = "sha256-nxSYXVliK+x3RbaXxZ2MA2PZ3bX6UYyctCKNCcdqPDM=";
};
format = "pyproject";