Unverified Commit 9110e8cb authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #219865 from r-ryantm/auto-update/python310Packages.aioconsole

python310Packages.aioconsole: 0.6.0 -> 0.6.1
parents e6b90751 24489274
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@
# wrapped to be able to find aioconsole and any other packages.
buildPythonPackage rec {
  pname = "aioconsole";
  version = "0.6.0";
  version = "0.6.1";
  format = "setuptools";

  disabled = pythonOlder "3.7";
@@ -25,7 +25,7 @@ buildPythonPackage rec {
    owner = "vxgmichel";
    repo = pname;
    rev = "refs/tags/v${version}";
    sha256 = "sha256-tINfOGJz0v7zPh9ii7PlgzBBCXvEXif1jWLIi27FLYQ=";
    sha256 = "sha256-XR79o65jZFR9jr9ubw7wdxCWNH8ANMrBDTVpLnetsuU=";
  };

  nativeCheckInputs = [