Skip to content

Commit 0b0ea40

Browse files
committedMay 31, 2017
pythonPackages.nbxmpp: 0.5.3 -> 0.5.5
Fix annoying bug with messages being resent on reconnection. (cherry picked from commit 120275f)
1 parent 05126bc commit 0b0ea40

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
@@ -15560,12 +15560,12 @@ in {
1556015560
};
1556115561

1556215562
nbxmpp = buildPythonPackage rec {
15563-
name = "nbxmpp-0.5.3";
15563+
name = "nbxmpp-${version}";
15564+
version = "0.5.5";
1556415565

1556515566
src = pkgs.fetchurl {
15566-
name = "${name}.tar.gz";
15567-
url = "https://python-nbxmpp.gajim.org/downloads/8";
15568-
sha256 = "0dcr786dyips1fdvgsn8yvpgcz5j7217fi05c29cfypdl8jnp6mp";
15567+
url = "mirror://pypi/n/nbxmpp/${name}.tar.gz";
15568+
sha256 = "1gnzrzrdl4nii1sc5x8p5iw2ya5sl70j3nn34abqsny51p2pzmv6";
1556915569
};
1557015570

1557115571
meta = {

0 commit comments

Comments
 (0)
Please sign in to comment.