mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
python3Packages.rq: 2.9.1 -> 2.10
https://github.com/rq/rq/releases/tag/v2.10
This commit is contained in:
parent
5d1c479b8d
commit
406454f1d9
1 changed files with 2 additions and 2 deletions
|
|
@ -23,7 +23,7 @@
|
|||
|
||||
buildPythonPackage (finalAttrs: {
|
||||
pname = "rq";
|
||||
version = "2.9.1";
|
||||
version = "2.10";
|
||||
pyproject = true;
|
||||
__structuredAttrs = true;
|
||||
|
||||
|
|
@ -31,7 +31,7 @@ buildPythonPackage (finalAttrs: {
|
|||
owner = "rq";
|
||||
repo = "rq";
|
||||
tag = "v${finalAttrs.version}";
|
||||
hash = "sha256-arPz/+T8+NneiTur17BQehMiIIpHqqR8M8nw5LWu56o=";
|
||||
hash = "sha256-D5K9N5egGdysskfyjriANgytHWK0E+JMvyEpJt9QJyo=";
|
||||
};
|
||||
|
||||
build-system = [ hatchling ];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue