python3Packages.vfblib: 0.9.2 -> 0.9.4 (#409828)

This commit is contained in:
jopejoe1
2025-05-28 19:04:58 +02:00
committed by GitHub
@@ -16,14 +16,14 @@
buildPythonPackage rec {
pname = "vfblib";
version = "0.9.2";
version = "0.9.4";
pyproject = true;
src = fetchFromGitHub {
owner = "LucasFonts";
repo = "vfbLib";
rev = "v${version}";
hash = "sha256-kXuaxdGj2dcenZ4SfRBiDjcLzA3Ehb25T7bKk4dXK9g=";
hash = "sha256-D5dMjRjgi+4JQbtRc7RNMKG1CXRr2wsHa4pFPhEO6fY=";
};
build-system = [