python3Packages.django-hijack: 3.3.0 -> 3.4.1

This commit is contained in:
Martin Weinelt
2023-09-27 15:33:29 +02:00
parent a676d93806
commit ff728fe8b1
@@ -19,14 +19,14 @@
buildPythonPackage rec {
pname = "django-hijack";
version = "3.3.0";
version = "3.4.1";
format = "setuptools";
src = fetchFromGitHub {
owner = "django-hijack";
repo = "django-hijack";
rev = "refs/tags/${version}";
hash = "sha256-ytQ4xxkBAC3amQbenD8RO5asrbfNAjOspWUY3c2hkig=";
hash = "sha256-y8KT/Fbk2eQDbGzcJtLdwS6jPCNoTWXousvqY+GlFnQ=";
};
postPatch = ''