python312Packages.vfblib: 0.9.1 -> 0.9.2 (#400731)

This commit is contained in:
jopejoe1
2025-04-23 16:51:00 +00:00
committed by GitHub

View File

@@ -16,14 +16,14 @@
buildPythonPackage rec {
pname = "vfblib";
version = "0.9.1";
version = "0.9.2";
pyproject = true;
src = fetchFromGitHub {
owner = "LucasFonts";
repo = "vfbLib";
rev = "v${version}";
hash = "sha256-D37i4dJPWGruwhLVEEPY3mzu0ONM38JTbC3Pt+/35lQ=";
hash = "sha256-kXuaxdGj2dcenZ4SfRBiDjcLzA3Ehb25T7bKk4dXK9g=";
};
build-system = [