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

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

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2025-08-09 18:59:09 +02:00
parent 95344b5f01
commit 4fd0fc8348
@@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "django-simple-history";
version = "3.9.0";
version = "3.10.1";
pyproject = true;
disabled = pythonOlder "3.9";
@@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "jazzband";
repo = "django-simple-history";
tag = version;
hash = "sha256-df6AWyliKSqKH0yacpHgGZXNvmjiJuFJWoJ7502IMB4=";
hash = "sha256-th0ZkHMKWcI6nNhgjpkvmyKaJ/TdWK12mBPUTFab8g4=";
};
build-system = [