python312Packages.django-hijack: 3.6.0 -> 3.6.1

This commit is contained in:
R. Ryantm 2024-10-04 00:40:22 +00:00
parent 63d3e6c611
commit 6979fa1f14

View File

@ -21,14 +21,14 @@
buildPythonPackage rec {
pname = "django-hijack";
version = "3.6.0";
version = "3.6.1";
pyproject = true;
src = fetchFromGitHub {
owner = "django-hijack";
repo = "django-hijack";
rev = "refs/tags/${version}";
hash = "sha256-uece+tR3Nd32nfKn1gtcWqckN4z5iUP+C0dJxyDPXBA=";
hash = "sha256-xnRVoCs+TyAbvFSBD58MJhwLw7ecKpMFuWewAgmnzqk=";
};
postPatch = ''