Skip to content

Commit 369b86c

Browse files
authored
python3Packages.ufomerge: 1.9.2 -> 1.9.3 (#411839)
2 parents 6521970 + b7696fa commit 369b86c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/ufomerge/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@
1313

1414
buildPythonPackage rec {
1515
pname = "ufomerge";
16-
version = "1.9.2";
16+
version = "1.9.3";
1717
pyproject = true;
1818

1919
src = fetchFromGitHub {
2020
owner = "googlefonts";
2121
repo = "ufomerge";
2222
tag = "v${version}";
23-
hash = "sha256-vGRNfLZoI0ufEbfdGdyUyL9sS+9HdpeUj7ztqaQHI0I=";
23+
hash = "sha256-AWEuHFm9upYrONaHXubPzK5qLsvYJ1M9/vcC5OgqRJM=";
2424
};
2525

2626
build-system = [

0 commit comments

Comments
 (0)