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.1.1 " ;
43+ version = "2.2.0 " ;
4444
4545 src = fetchurl {
4646 url = "https://gajim.org/downloads/${ lib . versions . majorMinor version } /gajim-${ version } .tar.gz" ;
47- hash = "sha256-1pPrc7lzxaLK1QbxslGYGS8xOxuT231RvZrdvWeGFOk =" ;
47+ hash = "sha256-TOZuMiE5RjaJYvNWxl2FyCp6uIO+LLWiRb7N9jc1yRk =" ;
4848 } ;
4949
5050 format = "pyproject" ;
Original file line number Diff line number Diff line change 1616
1717buildPythonPackage rec {
1818 pname = "nbxmpp" ;
19- version = "6.1.1 " ;
19+ version = "6.2.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-zuPaQCBXJl515MFSfJ2Y9cQtVccDGGSQzpZn3DTSa3Q =" ;
29+ hash = "sha256-BaRLYuyn0acikX0Imsul2yY+w4jdtXTlE84hAovuZ/4 =" ;
3030 } ;
3131
3232 nativeBuildInputs = [
You can’t perform that action at this time.
0 commit comments