nbxmpp: 5.0.1 -> 5.0.3

This commit is contained in:
hlad 2024-07-30 23:03:00 +02:00 committed by Vincent Laporte
parent 313e229a86
commit 923cfdf51b

View File

@ -16,7 +16,7 @@
buildPythonPackage rec {
pname = "nbxmpp";
version = "5.0.1";
version = "5.0.3";
format = "pyproject";
disabled = pythonOlder "3.10";
@ -26,7 +26,7 @@ buildPythonPackage rec {
owner = "gajim";
repo = "python-nbxmpp";
rev = "refs/tags/${version}";
hash = "sha256-XHdKQu6mfPl8hUNBqOZlGmI1SdBqwZm/sYzBZEbpDD0=";
hash = "sha256-p7BRUf0YECI8xW3GVOCXHKtKs/4MFKUZR3k1XmTKMZI=";
};
nativeBuildInputs = [