python3Packages.django-hijack: 3.2.0 -> 3.2.1

This commit is contained in:
Martin Weinelt 2022-07-16 12:59:05 +02:00
parent cac26f05aa
commit aa205afb13

View File

@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "django-hijack";
version = "3.2.0";
version = "3.2.1";
# the wheel comes with pre-built assets, allowing us to avoid fighting
# with npm/webpack/gettext to build them ourselves.
@ -19,7 +19,7 @@ buildPythonPackage rec {
pname = "django_hijack";
dist = "py3";
python = "py3";
sha256 = "1ixn7ppmbq1bgqahwv3z57hk80ql7sxpwl8jms7y8w5z1h91cn86";
sha256 = "sha256-sHI3ULJH5bH2n2AKQLHVEkBAYfM5GOC/+0qpKDFOods=";
};
propagatedBuildInputs = [ django django_compat ];