There is a new pull request by icp1994 against master on the void-packages repository https://github.com/icp1994/void-packages zet https://github.com/void-linux/void-packages/pull/42909 New package: zet-0.2.6 #### Description `zet` is a command-line utility for doing set operations on files considered as sets of lines. For instance, `zet union x y z` outputs the lines that occur in any of `x`, `y`, or `z`, and `zet intersect x y z` those that occur in all of them. #### Testing the changes - I tested the changes in this PR: **YES** #### New package - This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES** #### Local build testing - I built this PR locally for my native architecture: **x86_64** A patch file from https://github.com/void-linux/void-packages/pull/42909.patch is attached