Unverified Commit f751823d authored by Martin Weinelt's avatar Martin Weinelt
Browse files
parent c6d17a9c
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -21,6 +21,7 @@
  pyopenssl,
  pytestCheckHook,
  pytest-trio,
  pyyaml,
  trustme,
}:

@@ -35,7 +36,7 @@ let
in
buildPythonPackage rec {
  pname = "trio";
  version = "0.30.0";
  version = "0.31.0";
  pyproject = true;

  disabled = pythonOlder "3.8";
@@ -44,7 +45,7 @@ buildPythonPackage rec {
    owner = "python-trio";
    repo = "trio";
    tag = "v${version}";
    hash = "sha256-spYHwVq3iNhnZQf2z7aTyDuSCiSl3X5PD6siXqLC4EA=";
    hash = "sha256-cl1GstWVHDD3nWx835k2hnswt/+AnoTLXjxVIfLP6Es=";
  };

  build-system = [ setuptools ];
@@ -66,6 +67,7 @@ buildPythonPackage rec {
    pyopenssl
    pytestCheckHook
    pytest-trio'
    pyyaml
    trustme
  ];