Unverified Commit a933f4c3 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python3Packages.slixmpp: 1.11.0 -> 1.12.0 (#455177)

parents dc81bc49 a84015a9
Loading
Loading
Loading
Loading
+3 −6
Original line number Diff line number Diff line
@@ -13,19 +13,16 @@
  pytestCheckHook,
  replaceVars,
  rustPlatform,
  pythonOlder,
}:

buildPythonPackage rec {
  pname = "slixmpp";
  version = "1.11.0";
  version = "1.12.0";
  pyproject = true;

  disabled = pythonOlder "3.9";

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-hQxfOxlkpQdCWlGSdotZY6eHkJr6M3xkkRv4bR0urPM=";
    hash = "sha256-dGn23K9XQv1i4OZu5EfFM4p0UgwZgqcHhOe3kN7y/dU=";
  };

  patches = [
@@ -41,7 +38,7 @@ buildPythonPackage rec {

  cargoDeps = rustPlatform.fetchCargoVendor {
    inherit pname src;
    hash = "sha256-z0X9s36n1p31boxoe6Er0Ieirinaehoucsi89oDAS0c=";
    hash = "sha256-eKXQeZ2RLHsTZmYszws4fCHgeiSO9wsrRbPkVV1gqZY=";
  };

  dependencies = [