mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-24 22:04:20 +00:00
Merge pull request #311193 from r-ryantm/auto-update/fontbakery
fontbakery: 0.12.2 -> 0.12.5
This commit is contained in:
commit
1449b3d4e5
@ -47,11 +47,11 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "fontbakery";
|
||||
version = "0.12.2";
|
||||
version = "0.12.5";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
hash = "sha256-sHkTxu8TdPXbUZvpJH46SF8U4JNIzfFb5HJEXCqomOI=";
|
||||
hash = "sha256-DN1v5MQtMhHO12tVPkJUuIfh+X3kb1o71zAwNgtLH+I=";
|
||||
};
|
||||
|
||||
pyproject = true;
|
||||
|
Loading…
Reference in New Issue
Block a user