Unverified Commit 4692dd79 authored by Michael Daniels's avatar Michael Daniels Committed by GitHub
Browse files

python3Packages.limits: 5.6.0 -> 5.8.0 (#487455)

parents a09ece7e c9a5ce66
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -25,14 +25,14 @@

buildPythonPackage rec {
  pname = "limits";
  version = "5.6.0";
  version = "5.8.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "alisaifee";
    repo = "limits";
    tag = version;
    hash = "sha256-JmxoFc+AWV4qLgexpAysMGRKx2Q6K6AqNoaGkWU28Ro=";
    hash = "sha256-svCvfQcidmfTPpe/GPrPxDhIPbmyoeIlXBR2vttTyHI=";
    postFetch = ''
      rm "$out/limits/_version.pyi"
    '';