Merge pull request #331199 from r-ryantm/auto-update/python312Packages.vfblib

python312Packages.vfblib: 0.7.0 -> 0.7.1
This commit is contained in:
Johannes Jöns 2024-07-31 17:24:32 +02:00 committed by GitHub
commit 41ef532a9f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,14 +14,14 @@
buildPythonPackage rec {
pname = "vfblib";
version = "0.7.0";
version = "0.7.1";
pyproject = true;
src = fetchFromGitHub {
owner = "LucasFonts";
repo = "vfbLib";
rev = "v${version}";
hash = "sha256-1F7Em3qX5QKHaGDYVfEOHwYu3PxZUWboe67Hgitvebc=";
hash = "sha256-p+uoSB3LIEi1Zvm8HgsOJcRXngZWXj3BwIlxqIBfmB4=";
};
build-system = [ setuptools ];