python3Packages.ufo2ft: 3.3.0 -> 3.4.0
https://github.com/googlefonts/ufo2ft/releases/tag/v3.3.1 https://github.com/googlefonts/ufo2ft/releases/tag/v3.4.0 The dropped patch was already included in >= 3.3.1. This update fixes its tests; not sure what broke it in staging*: https://hydra.nixos.org/build/285244879/nixlog/2/tail
This commit is contained in:
@@ -20,24 +20,16 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "ufo2ft";
|
||||
version = "3.3.0";
|
||||
version = "3.4.0";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.8";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
hash = "sha256-lw5mLcVw1NFT1c/AOcMyo2a8aGOyxFG+ZAU6Ggnssko=";
|
||||
hash = "sha256-DPfbxyPI8dVwPxOBIy55C3XNvWZqQ1Zd6/L8liCdbyg=";
|
||||
};
|
||||
|
||||
patches = [
|
||||
(fetchpatch2 {
|
||||
# update syrupy snapshots
|
||||
url = "https://github.com/googlefonts/ufo2ft/commit/7a3edb2e4202cf388e3ffe31b5b3783dbb392db2.patch";
|
||||
hash = "sha256-YEgUgrtgH3PBZlt+xoJme+oPRuDMwq7M/4cJ3JbeuyU=";
|
||||
})
|
||||
];
|
||||
|
||||
build-system = [
|
||||
setuptools-scm
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user