python3Packages.pydocket: 0.16.6 -> 0.17.1

Diff: https://github.com/chrisguidry/docket/compare/0.16.6...0.17.1

Changelog: https://github.com/chrisguidry/docket/releases/tag/0.17.1
This commit is contained in:
Gaetan Lepage
2026-01-26 21:02:11 +00:00
parent 2740b26457
commit 035e0981d7
@@ -24,14 +24,14 @@
buildPythonPackage (finalAttrs: {
pname = "pydocket";
version = "0.16.6";
version = "0.17.1";
pyproject = true;
src = fetchFromGitHub {
owner = "chrisguidry";
repo = "docket";
tag = finalAttrs.version;
hash = "sha256-elndLtFcPpXPSOCsXdmvspbTJoRBEjkPegkkk0bw2xw=";
hash = "sha256-p3FqIHulsBxI7oyiahEruARXBuA2QAYdQeVh83OFHbg=";
};
build-system = [