Unverified Commit 41ef532a authored by jopejoe1's avatar jopejoe1 Committed by GitHub
Browse files

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

python312Packages.vfblib: 0.7.0 -> 0.7.1
parents a3429d00 2ba3528f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 ];