python3Packages.pydocket: 0.21.1 -> 0.22.0

This commit is contained in:
R. Ryantm
2026-06-23 11:16:50 +00:00
parent 6319190c82
commit 4ce9f78a6b
@@ -25,7 +25,7 @@
buildPythonPackage (finalAttrs: {
pname = "pydocket";
version = "0.21.1";
version = "0.22.0";
pyproject = true;
__structuredAttrs = true;
@@ -33,7 +33,7 @@ buildPythonPackage (finalAttrs: {
owner = "chrisguidry";
repo = "docket";
tag = finalAttrs.version;
hash = "sha256-2YBX/PaR0ebQBkx/Z72TSxlTzY8MWBJu+0mEanLfvnU=";
hash = "sha256-WbOXUB6nYeD248K3pE5s1NIf+73dZcuqchQ/Nfw9AbA=";
};
build-system = [