Commit bdddc013 authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python312Packages.slixmpp: 1.8.5 -> 1.8.6

parent 2332ceb4
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -14,14 +14,14 @@

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

  disabled = pythonOlder "3.7";

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

  propagatedBuildInputs = [