Skip to content

Commit

Permalink
python312Packages.slixmpp: 1.8.5 -> 1.8.6 (#369646)
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff authored Jan 2, 2025
2 parents 0cd3dac + dd2f21b commit 8007e1d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/python-modules/slixmpp/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@

buildPythonPackage rec {
pname = "slixmpp";
version = "1.8.5";
version = "1.8.6";
format = "setuptools";

disabled = pythonOlder "3.7";
disabled = pythonOlder "3.9";

src = fetchPypi {
inherit pname version;
hash = "sha256-dePwrUhVX39ckijnBmwdQ1izPWQLT753PsNLA7f66aM=";
hash = "sha256-YK/Kp8laD7nn8RWctwRkpVWIBterrinNMeP8iD+biws=";
};

propagatedBuildInputs = [
Expand Down

0 comments on commit 8007e1d

Please sign in to comment.