python3Packages.sharkiq: 1.4.3 -> 1.5.0 (#468367)

This commit is contained in:
Fabian Affolter
2025-12-06 11:23:10 +00:00
committed by GitHub
@@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "sharkiq";
version = "1.4.3";
version = "1.5.0";
pyproject = true;
src = fetchFromGitHub {
owner = "JeffResc";
repo = "sharkiq";
tag = "v${version}";
hash = "sha256-SZAOV9a3hy3RDIQVA0pzquNS1OxzAsTd1veo2fqjaNU=";
hash = "sha256-8BLPIvx4r5i0q5dPUdwB2KgPfGC6n14RFzWxJXpBD1Y=";
};
postPatch = ''