Merge pull request #259643 from NixOS/revert-258900-django-redis

Revert "python311Packages.django-redis: 5.3.0 -> 5.4.0"
This commit is contained in:
Nick Cao 2023-10-08 10:20:48 -04:00 committed by GitHub
commit ce3189d400
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,7 +20,7 @@
let
pname = "django-redis";
version = "5.4.0";
version = "5.3.0";
in
buildPythonPackage {
inherit pname version;
@ -31,7 +31,7 @@ buildPythonPackage {
owner = "jazzband";
repo = "django-redis";
rev = version;
hash = "sha256-m7z3c7My24vrSSnyfDQ/LlWhy7pV4U0L8LATMvkfczc=";
hash = "sha256-eX9rUUvpkRrkZ82YalWn8s9DTw6nsbGzi1A6ibRoQGw=";
};
postPatch = ''