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

python312Packages.peewee: 3.17.8 -> 3.17.9 (#384263)

parents 6f09009b f41c082c
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@

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

  disabled = pythonOlder "3.7";
@@ -26,7 +26,7 @@ buildPythonPackage rec {
    owner = "coleifer";
    repo = "peewee";
    tag = version;
    hash = "sha256-2mViwo39adzzhpFS056C1JU5fXr3zKorzkVyJrKKRhI=";
    hash = "sha256-NpGTwiHI0nL/nCAqHT4v58sI0QRiFSyPFVyGOVJ0Fnk=";
  };

  build-system = [ setuptools ];
@@ -54,7 +54,7 @@ buildPythonPackage rec {
  meta = with lib; {
    description = "Python ORM with support for various database implementation";
    homepage = "http://peewee-orm.com";
    changelog = "https://github.com/coleifer/peewee/blob/${version}/CHANGELOG.md";
    changelog = "https://github.com/coleifer/peewee/blob/${src.tag}/CHANGELOG.md";
    license = licenses.mit;
    maintainers = [ ];
    mainProgram = "pwiz.py";