python3Packages.django-pghistory: 3.7.0 -> 3.8.0 (#435250)

This commit is contained in:
dish
2025-08-20 09:52:58 -04:00
committed by GitHub
@@ -9,14 +9,14 @@
buildPythonPackage rec {
pname = "django-pghistory";
version = "3.7.0";
version = "3.8.0";
pyproject = true;
src = fetchFromGitHub {
owner = "Opus10";
repo = "django-pghistory";
tag = "${version}";
hash = "sha256-HXnljqbLNnKqueDNDTEhKHNkm5FcQGsA54mdnk3rYNI=";
tag = version;
hash = "sha256-+8Irib0pAxu4rMKhMK3vdY5wIt7w7XlDKerz95XIMnE=";
};
build-system = [
@@ -31,7 +31,7 @@ buildPythonPackage rec {
pythonImportsCheck = [ "pghistory" ];
meta = {
changelog = "https://github.com/Opus10/django-pghistory/releases/tag/${version}";
changelog = "https://github.com/Opus10/django-pghistory/releases/tag/${src.tag}";
description = "History tracking for Django and Postgres";
homepage = "https://django-pghistory.readthedocs.io";
maintainers = with lib.maintainers; [ pyrox0 ];