python3Packages.pycapnp: 2.2.2 -> 2.2.3

(cherry picked from commit 4818e8d342)
This commit is contained in:
R. Ryantm
2026-06-02 23:24:42 +00:00
committed by github-actions[bot]
parent b863aaf4f5
commit d12488e103

View File

@@ -14,14 +14,14 @@
buildPythonPackage rec {
pname = "pycapnp";
version = "2.2.2";
version = "2.2.3";
pyproject = true;
src = fetchFromGitHub {
owner = "capnproto";
repo = "pycapnp";
tag = "v${version}";
hash = "sha256-oRgO/FuNxNMSUla+jIypD/dAvFi27TkEfCHbqovhq9I=";
hash = "sha256-WM0DR1lTlgsKpTU8QlquL0RhrqPU/cUQav6p8EP7x9o=";
};
patches = [