python3Packages.lib4vex: 0.2.0 -> 0.2.1 (#449664)

This commit is contained in:
Yohann Boniface
2025-10-08 02:51:40 +00:00
committed by GitHub
@@ -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 ];