nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

python3Packages.rq: 2.4 -> 2.4.1

https://github.com/rq/rq/releases/tag/v2.4.1

This commit was automatically generated using update-python-libraries.

+2 -2
+2 -2
pkgs/development/python-modules/rq/default.nix
··· 21 21 22 22 buildPythonPackage rec { 23 23 pname = "rq"; 24 - version = "2.4"; 24 + version = "2.4.1"; 25 25 pyproject = true; 26 26 27 27 src = fetchFromGitHub { 28 28 owner = "rq"; 29 29 repo = "rq"; 30 30 tag = "v${version}"; 31 - hash = "sha256-7aq9JeyM+IjlRPgh4gs1DmkF0hU5EasgTuUPPlf8960="; 31 + hash = "sha256-CtxirZg6WNQpTMoXQRvB8i/KB3r58WlKh+wjBvyVMMs="; 32 32 }; 33 33 34 34 build-system = [ hatchling ];