python312Packages.rq: 2.2 -> 2.3.1 (#396281)

This commit is contained in:
Peder Bergebakken Sundt
2025-04-21 14:43:44 +02:00
committed by GitHub
@@ -22,14 +22,14 @@
buildPythonPackage rec {
pname = "rq";
version = "2.2";
version = "2.3.1";
pyproject = true;
src = fetchFromGitHub {
owner = "rq";
repo = "rq";
tag = "v${version}";
hash = "sha256-RuqLfPEwdwfJo+mdY4vB3lpyGkbP/GQDfRU+TmUur3s=";
hash = "sha256-RnnYO6gKhbcft61EhTFbfvhC+9SsVfDsu64GuNfGKvE=";
};
build-system = [ hatchling ];