Skip to content

Commit 120275f

Browse files
committedMay 31, 2017
pythonPackages.nbxmpp: 0.5.3 -> 0.5.5
Fix annoying bug with messages being resent on reconnection.
1 parent d7f6367 commit 120275f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed
 

‎pkgs/top-level/python-packages.nix

+4-4
Original file line numberDiff line numberDiff line change
@@ -14967,12 +14967,12 @@ in {
1496714967
};
1496814968

1496914969
nbxmpp = buildPythonPackage rec {
14970-
name = "nbxmpp-0.5.3";
14970+
name = "nbxmpp-${version}";
14971+
version = "0.5.5";
1497114972

1497214973
src = pkgs.fetchurl {
14973-
name = "${name}.tar.gz";
14974-
url = "https://python-nbxmpp.gajim.org/downloads/8";
14975-
sha256 = "0dcr786dyips1fdvgsn8yvpgcz5j7217fi05c29cfypdl8jnp6mp";
14974+
url = "mirror://pypi/n/nbxmpp/${name}.tar.gz";
14975+
sha256 = "1gnzrzrdl4nii1sc5x8p5iw2ya5sl70j3nn34abqsny51p2pzmv6";
1497614976
};
1497714977

1497814978
meta = {

0 commit comments

Comments
 (0)
Please sign in to comment.