lol

python312Packages.celery-redbeat: 2.2.0 -> 2.3.2 (#385483)

authored by

Jonas Heinrich and committed by
GitHub
0182a04b e80ba09f

+2 -2
+2 -2
pkgs/development/python-modules/celery-redbeat/default.nix
··· 14 14 15 15 buildPythonPackage rec { 16 16 pname = "celery-redbeat"; 17 - version = "2.2.0"; 17 + version = "2.3.2"; 18 18 format = "setuptools"; 19 19 20 20 src = fetchFromGitHub { 21 21 owner = "sibson"; 22 22 repo = "redbeat"; 23 23 tag = "v${version}"; 24 - hash = "sha256-lAEbhRTp0jYrCgHaTvPrl+lW1NRezmmTqAnUmLdpVwY="; 24 + hash = "sha256-nUVioETVIAjLPOmhBSf+bOUsYuV1C1VGwHz5KjbIjHc="; 25 25 }; 26 26 27 27 propagatedBuildInputs = [