pythonPackages.nbxmpp: 3.2.4 → 3.2.5

This commit is contained in:
Vincent Laporte 2022-11-07 07:11:05 +01:00
parent 34c4365854
commit 29702a307c
No known key found for this signature in database
GPG key ID: EBD582ADDDB1F81F

View file

@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "nbxmpp";
version = "3.2.4";
version = "3.2.5";
disabled = pythonOlder "3.7";
@ -22,7 +22,7 @@ buildPythonPackage rec {
owner = "gajim";
repo = "python-nbxmpp";
rev = version;
sha256 = "sha256-ydOJBgKPkmw2Qf0TB3ukWGpi8P0BgcCGA47dASjRrgQ=";
sha256 = "sha256-HIPvZu8Zj69k1FCbkrlSeGtur5cT0TNIYfdXcRbYLwQ=";
};
nativeBuildInputs = [