File tree Expand file tree Collapse file tree
applications/networking/instant-messengers/gajim
development/python-modules/nbxmpp Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4343
4444python3 . pkgs . buildPythonApplication rec {
4545 pname = "gajim" ;
46- version = "2.4.3 " ;
46+ version = "2.4.4 " ;
4747
4848 src = fetchFromGitLab {
4949 domain = "dev.gajim.org" ;
5050 owner = "gajim" ;
5151 repo = "gajim" ;
5252 tag = version ;
53- hash = "sha256-3Z6ADcq+E83xD3GMd19zm0n7+w1SuCYP4KcNL9M/DM4 =" ;
53+ hash = "sha256-buHCwrG3S28AgzBqJN/a0uBDDq2IM8LdE51baGFGLwM =" ;
5454 } ;
5555
5656 pyproject = true ;
Original file line number Diff line number Diff line change 1616
1717buildPythonPackage rec {
1818 pname = "nbxmpp" ;
19- version = "7.0 .0" ;
19+ version = "7.1 .0" ;
2020 pyproject = true ;
2121
2222 src = fetchFromGitLab {
2323 domain = "dev.gajim.org" ;
2424 owner = "gajim" ;
2525 repo = "python-nbxmpp" ;
2626 tag = version ;
27- hash = "sha256-NzSXvuPf7PZbMPgD3nhPgTH4Vd8DVx49fjf7cPcvywc =" ;
27+ hash = "sha256-eQYGOLV9P7zrqXB8dW8/CatBUT3xpl5h1TChKbY369g =" ;
2828 } ;
2929
3030 nativeBuildInputs = [
You can’t perform that action at this time.
0 commit comments