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

Merge pull request #329331 from r-ryantm/auto-update/python312Packages.sqlite-anyio

python312Packages.sqlite-anyio: 0.2.2 -> 0.2.3
parents e64544cb 5fcdd9ab
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@

buildPythonPackage rec {
  pname = "sqlite-anyio";
  version = "0.2.2";
  version = "0.2.3";
  pyproject = true;

  disabled = pythonOlder "3.8";
@@ -20,7 +20,7 @@ buildPythonPackage rec {
    owner = "davidbrochart";
    repo = "sqlite-anyio";
    rev = "refs/tags/v${version}";
    hash = "sha256-lOUGT9SUxvzTvTDpiwx7Oa+0o3/lnrJ9xxMYFQAmFZk=";
    hash = "sha256-cZyTpFmYD0l20Cmxl+Hwfh3oVkWvtXD45dMpcSwA2QE=";
  };

  build-system = [ hatchling ];