Unverified Commit d9b93b58 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

python312Packages.peewee: 3.17.7 -> 3.17.8 (#360290)

parents f7f6152c e94e7536
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@

buildPythonPackage rec {
  pname = "peewee";
  version = "3.17.7";
  version = "3.17.8";
  pyproject = true;

  disabled = pythonOlder "3.7";
@@ -26,7 +26,7 @@ buildPythonPackage rec {
    owner = "coleifer";
    repo = "peewee";
    rev = "refs/tags/${version}";
    hash = "sha256-j10c3mnrHISk04l65ieUB11jt3a3iiQsroTt/L0tKaw=";
    hash = "sha256-2mViwo39adzzhpFS056C1JU5fXr3zKorzkVyJrKKRhI=";
  };

  build-system = [ setuptools ];