Unverified Commit c682b3c0 authored by dotlambda's avatar dotlambda Committed by GitHub
Browse files

python3Packages.asyncstdlib: 3.13.3 -> 3.14.0 (#501837)

parents a46287a6 526dd799
Loading
Loading
Loading
Loading
+2 −6
Original line number Diff line number Diff line
@@ -4,23 +4,19 @@
  fetchFromGitHub,
  flit-core,
  pytestCheckHook,
  pythonAtLeast,
  typing-extensions,
}:

buildPythonPackage (finalAttrs: {
  pname = "asyncstdlib";
  version = "3.13.3";
  version = "3.14.0";
  pyproject = true;

  # https://github.com/maxfischer2781/asyncstdlib/issues/189
  disabled = pythonAtLeast "3.14";

  src = fetchFromGitHub {
    owner = "maxfischer2781";
    repo = "asyncstdlib";
    tag = "v${finalAttrs.version}";
    hash = "sha256-3mM97zB/pEw8/kPO6jUL7dz6Q7kVatfsURy+5zSq9Bs=";
    hash = "sha256-zp6F+Otb1d8kqdLO99shBA7ny7Zjq027T2dtTGHTcqI=";
  };

  build-system = [ flit-core ];