Unverified Commit 2c2f0783 authored by Martin Weinelt's avatar Martin Weinelt
Browse files

python312Packages.peewee-migrate: 1.12.2 -> 1.13.0

parent cd11fe5c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@

buildPythonPackage rec {
  pname = "peewee-migrate";
  version = "1.12.2";
  version = "1.13.0";
  format = "pyproject";

  disabled = pythonOlder "3.8";
@@ -27,7 +27,7 @@ buildPythonPackage rec {
    owner = "klen";
    repo = "peewee_migrate";
    rev = "refs/tags/${version}";
    hash = "sha256-jxM2cvlDsoiUlVoxdS3wpUKlwMveMraiR431A8kIdgI=";
    hash = "sha256-sC63WH/4EmoQYfvl3HyBHDzT/jMZW/G7mTC138+ZHHU=";
  };

  postPatch = ''