python3Packages.sharkiq: 1.1.0 -> 1.1.1

This commit is contained in:
R. Ryantm
2025-07-11 10:38:14 +00:00
parent 52809155bd
commit 672877cc4a
@@ -8,14 +8,14 @@
buildPythonPackage rec {
pname = "sharkiq";
version = "1.1.0";
version = "1.1.1";
format = "setuptools";
src = fetchFromGitHub {
owner = "JeffResc";
repo = "sharkiq";
tag = "v${version}";
hash = "sha256-adSBFH5nGVPo7OBMak6rN5HA5uMKZCqnIVXBnR7REgQ=";
hash = "sha256-FIPU2D0e0JGcoxFKe5gf5nKZ0T/a18WS9I+LXeig1is=";
};
propagatedBuildInputs = [