Skip to content

Commit a4f3cf9

Browse files
authored
Update nbxmpp to 6.0.0
1 parent 2ffed2b commit a4f3cf9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/nbxmpp/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
buildPythonPackage 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 = [

0 commit comments

Comments
 (0)