python3Packages.ufomerge: 1.9.4 -> 1.9.5 (#423328)

This commit is contained in:
jopejoe1
2025-07-09 21:16:59 +02:00
committed by GitHub
@@ -13,14 +13,14 @@
buildPythonPackage rec {
pname = "ufomerge";
version = "1.9.4";
version = "1.9.5";
pyproject = true;
src = fetchFromGitHub {
owner = "googlefonts";
repo = "ufomerge";
tag = "v${version}";
hash = "sha256-kXwbdBqcPySboSBpGVevhQqrlE+/t+IFKTX03sh0nfw=";
hash = "sha256-djrgyPKuaBjVAs99NhthZBGV1d3ZQTtYrW2xpxlfwrM=";
};
build-system = [