python3Packages.lib4vex: 0.2.0 -> 0.2.1

This commit is contained in:
R. Ryantm
2025-10-07 21:30:53 +00:00
parent 30ca6c368c
commit ed5dfcbe56
@@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "lib4vex";
version = "0.2.0";
version = "0.2.1";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "anthonyharrison";
repo = "lib4vex";
tag = "v${version}";
hash = "sha256-mR9ZpJDC2O04js3Kd/8qlg4Ds/jy2CmpTywRVYqmnQw=";
hash = "sha256-n8bWhYwKtJ4fH5VtQUfQqCNuEJj8I8S6eLkm+2SKqL8=";
};
build-system = [ setuptools ];