File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
applications/networking/instant-messengers/gajim
development/python-modules/nbxmpp Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 66
77 # Native dependencies
88 python3 ,
9- gtk3 ,
9+ gtk4 ,
1010 gobject-introspection ,
1111 adwaita-icon-theme ,
12- gtksourceview4 ,
12+ gtksourceview5 ,
1313 glib-networking ,
1414
1515 # Test dependencies
4040
4141python3 . pkgs . buildPythonApplication rec {
4242 pname = "gajim" ;
43- version = "1.9.5 " ;
43+ version = "2.0.0 " ;
4444
4545 src = fetchurl {
4646 url = "https://gajim.org/downloads/${ lib . versions . majorMinor version } /gajim-${ version } .tar.gz" ;
47- hash = "sha256-f99NsOsWp+vGecI2DxRfZOCrz/DxaRPEX5LI642HVjw =" ;
47+ hash = "sha256-q/KAWmZsHvfhEi4MkAawh+veJ4bUWEcEcFEKQUBnMmA =" ;
4848 } ;
4949
5050 format = "pyproject" ;
5151
5252 buildInputs =
5353 [
54- gtk3
54+ gtk4
5555 adwaita-icon-theme
56- gtksourceview4
56+ gtksourceview5
5757 glib-networking
5858 ]
5959 ++ lib . optionals enableJingle [
Original file line number Diff line number Diff line change 1616
1717buildPythonPackage rec {
1818 pname = "nbxmpp" ;
19- version = "5 .0.4 " ;
19+ version = "6 .0.0 " ;
2020 format = "pyproject" ;
2121
2222 disabled = pythonOlder "3.10" ;
@@ -26,7 +26,7 @@ buildPythonPackage rec {
2626 owner = "gajim" ;
2727 repo = "python-nbxmpp" ;
2828 rev = "refs/tags/${ version } " ;
29- hash = "sha256-5UFhR5WYxHJSRk2G5ik1IuNW1ra/IHoU/LNqiA95R94 =" ;
29+ hash = "sha256-qy1+N5h2T4mkxuX3aaywuq8WDLuNFH5fDyJf9z57BOg =" ;
3030 } ;
3131
3232 nativeBuildInputs = [
You can’t perform that action at this time.
0 commit comments