Commit 4b13d16c authored by R. RyanTM's avatar R. RyanTM
Browse files

python312Packages.django-simple-history: 3.7.0 -> 3.9.0

parent 82dc1d72
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@

buildPythonPackage rec {
  pname = "django-simple-history";
  version = "3.7.0";
  version = "3.9.0";
  pyproject = true;

  disabled = pythonOlder "3.8";
@@ -21,7 +21,7 @@ buildPythonPackage rec {
    owner = "jazzband";
    repo = "django-simple-history";
    tag = version;
    hash = "sha256-bPdMdtiEDRvRD00ZBwUQkeCDKCx2SW65+FsbuMwVdK0=";
    hash = "sha256-df6AWyliKSqKH0yacpHgGZXNvmjiJuFJWoJ7502IMB4=";
  };

  build-system = [
@@ -43,7 +43,7 @@ buildPythonPackage rec {
  meta = with lib; {
    description = "Module to store Django model state on every create/update/delete";
    homepage = "https://github.com/jazzband/django-simple-history/";
    changelog = "https://github.com/jazzband/django-simple-history/releases/tag/${version}";
    changelog = "https://github.com/jazzband/django-simple-history/releases/tag/${src.tag}";
    license = licenses.bsd3;
    maintainers = with maintainers; [ derdennisop ];
  };