Commit 13351c3d authored by R. RyanTM's avatar R. RyanTM Committed by Robert Schütz
Browse files

python310Packages.aioconsole: 0.5.1 -> 0.6.0

parent 81d55320
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.5.1";
  version = "0.6.0";
  format = "setuptools";

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

  nativeCheckInputs = [