Commit c14f32e4 authored by Dmitry Shachnev's avatar Dmitry Shachnev
Browse files

python3Packages.aiosql: 13.4 -> 14.1

Also drop check for Python version: we don’t have anything older than
Python 3.10 anyway (thanks dotlambda for the suggestion).
parent 0769e3e7
Loading
Loading
Loading
Loading
+2 −4
Original line number Diff line number Diff line
@@ -14,11 +14,9 @@

buildPythonPackage rec {
  pname = "aiosql";
  version = "13.4";
  version = "14.1";
  pyproject = true;

  disabled = pythonOlder "3.8";

  outputs = [
    "doc"
    "out"
@@ -28,7 +26,7 @@ buildPythonPackage rec {
    owner = "nackjicholson";
    repo = "aiosql";
    tag = version;
    hash = "sha256-a3pRzcDMXdaDs0ub6k5bPRwnk+RCbxZ7ceIt8/fMSPg=";
    hash = "sha256-BNsjVVyYRfp3sNdzQwHy9nQveP2AHfXGK10DLybat9I=";
  };

  sphinxRoot = "docs/source";