File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
applications/networking/instant-messengers/gajim
development/python-modules/nbxmpp Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 4040
4141python3 . pkgs . buildPythonApplication rec {
4242 pname = "gajim" ;
43- version = "2.0.3 " ;
43+ version = "2.1.0 " ;
4444
4545 src = fetchurl {
4646 url = "https://gajim.org/downloads/${ lib . versions . majorMinor version } /gajim-${ version } .tar.gz" ;
47- hash = "sha256-DbM80fyJ+jwB9Yc9vfoiDqW7Sx7MDR0OEkHdOC6nRG4 =" ;
47+ hash = "sha256-LuguvOkqFDHG46+J2Q0rXnRHRuiVdCG84FuZ8CeLDYE =" ;
4848 } ;
4949
5050 format = "pyproject" ;
Original file line number Diff line number Diff line change 1616
1717buildPythonPackage rec {
1818 pname = "nbxmpp" ;
19- version = "6.0.2 " ;
19+ version = "6.1.1 " ;
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-k7cC1H+o+17sTahsjhkAzq5f8/61DRtK9gi+sbPCM6w =" ;
29+ hash = "sha256-zuPaQCBXJl515MFSfJ2Y9cQtVccDGGSQzpZn3DTSa3Q =" ;
3030 } ;
3131
3232 nativeBuildInputs = [
You can’t perform that action at this time.
0 commit comments