We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent d7f6367 commit 120275fCopy full SHA for 120275f
pkgs/top-level/python-packages.nix
@@ -14967,12 +14967,12 @@ in {
14967
};
14968
14969
nbxmpp = buildPythonPackage rec {
14970
- name = "nbxmpp-0.5.3";
+ name = "nbxmpp-${version}";
14971
+ version = "0.5.5";
14972
14973
src = pkgs.fetchurl {
- name = "${name}.tar.gz";
14974
- url = "https://python-nbxmpp.gajim.org/downloads/8";
14975
- sha256 = "0dcr786dyips1fdvgsn8yvpgcz5j7217fi05c29cfypdl8jnp6mp";
+ url = "mirror://pypi/n/nbxmpp/${name}.tar.gz";
+ sha256 = "1gnzrzrdl4nii1sc5x8p5iw2ya5sl70j3nn34abqsny51p2pzmv6";
14976
14977
14978
meta = {
0 commit comments