python3Packages.sharkiq: 1.4.1 -> 1.4.2

Diff: https://github.com/JeffResc/sharkiq/compare/v1.4.1...v1.4.2

Changelog: https://github.com/JeffResc/sharkiq/releases/tag/v1.4.2
This commit is contained in:
Robert Schütz
2025-10-10 20:49:07 -07:00
parent 9bd29aa1c3
commit e0df0d2541

View File

@@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "sharkiq";
version = "1.4.1";
version = "1.4.2";
pyproject = true;
src = fetchFromGitHub {
owner = "JeffResc";
repo = "sharkiq";
tag = "v${version}";
hash = "sha256-AGulExhA+dmRbCjrLJngRee8yT+q/djyNe7toY1FeFg=";
hash = "sha256-VhWqYYGZRsEPW4g9kQznr50ujGhLcTs+TS3atxsqCng=";
};
postPatch = ''