Unverified Commit 7271b3a2 authored by jopejoe1's avatar jopejoe1 Committed by GitHub
Browse files

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

parents 3f925ef3 9350ab1e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = [