Revert "python3Packages.rq: 1.15.1 -> 1.16"

This reverts commit 523357aff0.
It didn't build after the update.  Perhaps next time.
This commit is contained in:
Vladimír Čunát 2024-03-17 10:53:22 +01:00
parent 47d58b92dd
commit 5f30f84648
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA

View File

@ -8,7 +8,7 @@
buildPythonPackage rec {
pname = "rq";
version = "1.16";
version = "1.15.1";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -17,7 +17,7 @@ buildPythonPackage rec {
owner = "rq";
repo = "rq";
rev = "refs/tags/v${version}";
hash = "sha256-2jseFyq4BpVLc7t1Y/O8olC6IM5A4VEI8Fkrb94dyn8=";
hash = "sha256-cymNXFI+6YEVw2Pc7u6+vroC0428oW7BTLxyBgPqLng=";
};
propagatedBuildInputs = [