Skip to content

Commit 8007e1d

Browse files
authored
python312Packages.slixmpp: 1.8.5 -> 1.8.6 (NixOS#369646)
2 parents 0cd3dac + dd2f21b commit 8007e1d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/development/python-modules/slixmpp/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@
1414

1515
buildPythonPackage rec {
1616
pname = "slixmpp";
17-
version = "1.8.5";
17+
version = "1.8.6";
1818
format = "setuptools";
1919

20-
disabled = pythonOlder "3.7";
20+
disabled = pythonOlder "3.9";
2121

2222
src = fetchPypi {
2323
inherit pname version;
24-
hash = "sha256-dePwrUhVX39ckijnBmwdQ1izPWQLT753PsNLA7f66aM=";
24+
hash = "sha256-YK/Kp8laD7nn8RWctwRkpVWIBterrinNMeP8iD+biws=";
2525
};
2626

2727
propagatedBuildInputs = [

0 commit comments

Comments
 (0)