We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f1d0a4a + cebe337 commit a0cda40Copy full SHA for a0cda40
pkgs/development/python-modules/django-hijack/default.nix
@@ -19,14 +19,14 @@
19
20
buildPythonPackage rec {
21
pname = "django-hijack";
22
- version = "3.7.1";
+ version = "3.7.2";
23
pyproject = true;
24
25
src = fetchFromGitHub {
26
owner = "django-hijack";
27
repo = "django-hijack";
28
tag = version;
29
- hash = "sha256-3P7SCKS+ThBRNfXpN17N1y5vhYYWRL2JGVBOUHRdhK8=";
+ hash = "sha256-JGcVXM/kWsahGNh1llV4NB+/FLAh3hqFRbs3PyYqRnA=";
30
};
31
32
build-system = [
0 commit comments