python3Packages.lib4vex: 0.2.1 -> 0.2.2

This commit is contained in:
R. Ryantm
2026-02-19 14:55:44 +00:00
parent 5649c3b5c6
commit 82e85ffcba
@@ -10,14 +10,14 @@
buildPythonPackage rec {
pname = "lib4vex";
version = "0.2.1";
version = "0.2.2";
pyproject = true;
src = fetchFromGitHub {
owner = "anthonyharrison";
repo = "lib4vex";
tag = "v${version}";
hash = "sha256-n8bWhYwKtJ4fH5VtQUfQqCNuEJj8I8S6eLkm+2SKqL8=";
hash = "sha256-VKNoCZwowWogn78MAF1YPNwofUAmaZrMJo3lZQaAjK8=";
};
build-system = [ setuptools ];