mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-08 21:24:03 +00:00
Merge pull request #203636 from r-ryantm/auto-update/python310Packages.django_hijack
This commit is contained in:
commit
f236449dc0
@ -9,7 +9,7 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "django-hijack";
|
pname = "django-hijack";
|
||||||
version = "3.2.4";
|
version = "3.2.5";
|
||||||
|
|
||||||
# the wheel comes with pre-built assets, allowing us to avoid fighting
|
# the wheel comes with pre-built assets, allowing us to avoid fighting
|
||||||
# with npm/webpack/gettext to build them ourselves.
|
# with npm/webpack/gettext to build them ourselves.
|
||||||
@ -19,7 +19,7 @@ buildPythonPackage rec {
|
|||||||
pname = "django_hijack";
|
pname = "django_hijack";
|
||||||
dist = "py3";
|
dist = "py3";
|
||||||
python = "py3";
|
python = "py3";
|
||||||
sha256 = "sha256-tSIovIPEszq00Y0PMl/Wlx5YK5MTxLhCpNpHFZDi9rQ=";
|
sha256 = "sha256-8BHnC3uK6zmSWKfvtDJuTjAKwQlL75G/QwRPgtNJYkE=";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ django django_compat ];
|
propagatedBuildInputs = [ django django_compat ];
|
||||||
|
Loading…
Reference in New Issue
Block a user