python3Packages.ufomerge: 1.9.4 -> 1.9.5

This commit is contained in:
R. Ryantm
2025-07-07 22:31:14 +00:00
parent deb20abbe1
commit 3a83c03af6
@@ -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 = [