pythonPackages.nbxmpp: 4.5.3 → 4.5.4

This commit is contained in:
Vincent Laporte 2024-02-26 21:33:00 +01:00 committed by Vincent Laporte
parent 48f2af50af
commit 53e51f97f6

View File

@ -15,7 +15,7 @@
buildPythonPackage rec {
pname = "nbxmpp";
version = "4.5.3";
version = "4.5.4";
format = "pyproject";
disabled = pythonOlder "3.10";
@ -25,7 +25,7 @@ buildPythonPackage rec {
owner = "gajim";
repo = "python-nbxmpp";
rev = "refs/tags/${version}";
hash = "sha256-vAuHfG2/DVUDCxUb7UMRejIh4fQHGl67A+dncvcJ8jQ=";
hash = "sha256-n5Pzw8aikzCml+dOhkLoHR0ytFkEb4AYpw/bIpo6Wd4=";
};
nativeBuildInputs = [