python3Packages.django-reversion: 6.1.0 -> 6.3.0 (#471481)

This commit is contained in:
Peder Bergebakken Sundt
2026-07-02 19:05:41 +00:00
committed by GitHub

View File

@@ -8,13 +8,13 @@
buildPythonPackage rec {
pname = "django-reversion";
version = "6.1.0";
version = "6.3.0";
pyproject = true;
src = fetchPypi {
pname = "django_reversion";
inherit version;
hash = "sha256-Md1/7gLiohr3wtCmHBwPJ7oH3yMXyaCj8x0+5ABpAl0=";
hash = "sha256-CqVOszRpT1Iv0jR0OXjGFNRap4XtxwphdyZ82q8G+Wc=";
};
build-system = [ setuptools ];