python312Packages.ufomerge: 1.7.0 -> 1.8.1 (#343638)

This commit is contained in:
Johannes Jöns 2024-09-22 07:27:55 +00:00 committed by GitHub
commit e4fba3d063
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -13,14 +13,14 @@
buildPythonPackage rec {
pname = "ufomerge";
version = "1.7.0";
version = "1.8.1";
pyproject = true;
src = fetchFromGitHub {
owner = "googlefonts";
repo = "ufomerge";
rev = "refs/tags/${version}";
hash = "sha256-0izeb2PeGIYbzzQ+/K0Dz/9fVWFcPizQI39X/EQF5bU=";
rev = "refs/tags/v${version}";
hash = "sha256-Bo/KJhJTIAGNDT2QoXRKGMYLQuqjfCe5yaCsFcQ4A64=";
};
nativeBuildInputs = [ pythonRelaxDepsHook ];