Merge pull request #201365 from r-ryantm/auto-update/python310Packages.django_hijack

python310Packages.django_hijack: 3.2.1 -> 3.2.4
This commit is contained in:
Robert Scott 2022-11-21 22:18:18 +00:00 committed by GitHub
commit d300acd1cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "django-hijack";
version = "3.2.1";
version = "3.2.4";
# 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 = "sha256-sHI3ULJH5bH2n2AKQLHVEkBAYfM5GOC/+0qpKDFOods=";
sha256 = "sha256-tSIovIPEszq00Y0PMl/Wlx5YK5MTxLhCpNpHFZDi9rQ=";
};
propagatedBuildInputs = [ django django_compat ];