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

python3Packages.aioconsole: 0.8.1 -> 0.8.2 (#453255)

parents 00e0caf5 b349beae
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -19,7 +19,7 @@
# wrapped to be able to find aioconsole and any other packages.
buildPythonPackage rec {
  pname = "aioconsole";
  version = "0.8.1";
  version = "0.8.2";
  pyproject = true;

  disabled = pythonOlder "3.8";
@@ -28,7 +28,7 @@ buildPythonPackage rec {
    owner = "vxgmichel";
    repo = "aioconsole";
    tag = "v${version}";
    hash = "sha256-gFkRhewuRScEhXy0lv2R0kHfaHT1gSp3TVrqL36cRVs=";
    hash = "sha256-j4nzt8mvn+AYObh1lvgxS8wWK662KN+OxjJ2b5ZNAcQ=";
  };

  postPatch = ''