Skip to content

Commit

Permalink
pythonPackages.nbxmpp: 3.2.1 → 3.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
vbgl committed Sep 29, 2022
1 parent 9e4c57c commit dbed7c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/nbxmpp/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

buildPythonPackage rec {
pname = "nbxmpp";
version = "3.2.1";
version = "3.2.2";

disabled = pythonOlder "3.7";

Expand All @@ -22,7 +22,7 @@ buildPythonPackage rec {
owner = "gajim";
repo = "python-nbxmpp";
rev = version;
sha256 = "sha256-BBDCk/vWm9Y2oGw0aujqlueaB+ww7F2YP2cw5VqIzfQ=";
sha256 = "sha256-WVE8evbfWdQNsuDEQF7WfEYDQEKGKXElKQBkUn7bJ1I=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit dbed7c2

Please sign in to comment.