Skip to content

Commit a0cda40

Browse files
authored
python3Packages.django-hijack: 3.7.1 -> 3.7.2 (#406095)
2 parents f1d0a4a + cebe337 commit a0cda40

File tree

1 file changed

+2
-2
lines changed
  • pkgs/development/python-modules/django-hijack

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/django-hijack/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@
1919

2020
buildPythonPackage rec {
2121
pname = "django-hijack";
22-
version = "3.7.1";
22+
version = "3.7.2";
2323
pyproject = true;
2424

2525
src = fetchFromGitHub {
2626
owner = "django-hijack";
2727
repo = "django-hijack";
2828
tag = version;
29-
hash = "sha256-3P7SCKS+ThBRNfXpN17N1y5vhYYWRL2JGVBOUHRdhK8=";
29+
hash = "sha256-JGcVXM/kWsahGNh1llV4NB+/FLAh3hqFRbs3PyYqRnA=";
3030
};
3131

3232
build-system = [

0 commit comments

Comments
 (0)