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

python313Packages.aiosql: 13.2 -> 13.3 (#392375)

parents 8db0bfc3 d36e1a5c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@

buildPythonPackage rec {
  pname = "aiosql";
  version = "13.2";
  version = "13.3";
  pyproject = true;

  disabled = pythonOlder "3.8";
@@ -28,7 +28,7 @@ buildPythonPackage rec {
    owner = "nackjicholson";
    repo = "aiosql";
    tag = version;
    hash = "sha256-GJeYh3xPKrfm2oPsNTrQXnYW75Bx8PN5/brJFslOcTw=";
    hash = "sha256-FCCS91nH/HPhez+bJE7+JoFW4hKkXMdY4bAaEOZ06jU=";
  };

  sphinxRoot = "docs/source";