pythonPackages.nbxmpp: 4.0.0 → 4.0.1

This commit is contained in:
Vincent Laporte 2023-01-17 09:42:45 +01:00
parent 81aef2338a
commit 5c78e494a8
No known key found for this signature in database
GPG Key ID: EBD582ADDDB1F81F

View File

@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "nbxmpp";
version = "4.0.0";
version = "4.0.1";
disabled = pythonOlder "3.10";
@ -22,7 +22,7 @@ buildPythonPackage rec {
owner = "gajim";
repo = "python-nbxmpp";
rev = version;
hash = "sha256-6PYJGlNOZMwHMXwf05IWekJ+haMfg+ooH5On+aYOWSI=";
hash = "sha256-PL+qNxeNubGSLqSci4uhRWtOIqs10p+A1VPfTwCLu84=";
};
nativeBuildInputs = [