Unverified Commit 48f0f175 authored by dish's avatar dish Committed by GitHub
Browse files

python3Packages.django-pghistory: 3.9.1 -> 3.9.2 (#492689)

parents f85651d2 89727e53
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,14 +9,14 @@

buildPythonPackage rec {
  pname = "django-pghistory";
  version = "3.9.1";
  version = "3.9.2";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "Opus10";
    repo = "django-pghistory";
    tag = version;
    hash = "sha256-8irD4crkczaZfMvajgMQBkksJ2wdomI3kUC6T6IU1as=";
    hash = "sha256-YW2zcLSE3AALtyBe9KGMQpkF/HOvF90TW2ffmzj8u9o=";
  };

  build-system = [