python3Packages.django-pghistory: 3.9.1 -> 3.9.2

This commit is contained in:
R. Ryantm
2026-02-21 07:23:18 +00:00
parent 00583b342b
commit 89727e535e
@@ -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 = [