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

python3Packages.async-lru: 2.2.0 -> 2.3.0 (#503799)

parents 992ca3c5 588ece7a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,14 +11,14 @@

buildPythonPackage rec {
  pname = "async-lru";
  version = "2.2.0";
  version = "2.3.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "aio-libs";
    repo = "async-lru";
    tag = "v${version}";
    hash = "sha256-/I/FFS5JC64Fsagg3hBQqk/Dw7ONHVXZtybGEmxOdIo=";
    hash = "sha256-ytmh6tY6AS2VHajCnnRBSi0i57DUu+ikpbil/RwFyYA=";
  };

  build-system = [ setuptools ];