python3Packages.django-simple-history: 3.10.1 -> 3.11.0

https://github.com/jazzband/django-simple-history/releases/tag/3.11.0

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2026-02-01 16:43:09 +01:00
parent 899a1d2f33
commit a8b9531e1e
@@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "django-simple-history";
version = "3.10.1";
version = "3.11.0";
pyproject = true;
src = fetchFromGitHub {
owner = "jazzband";
repo = "django-simple-history";
tag = version;
hash = "sha256-th0ZkHMKWcI6nNhgjpkvmyKaJ/TdWK12mBPUTFab8g4=";
hash = "sha256-pTWorV++YSr/oIdcShrJTBUFfn5ekJ29rNn6ltDhN5Q=";
};
build-system = [