mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-11 09:07:15 +00:00
fontbakery: 0.12.2 -> 0.12.5
This commit is contained in:
parent
9679748759
commit
cbe462d072
@ -47,11 +47,11 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "fontbakery";
|
pname = "fontbakery";
|
||||||
version = "0.12.2";
|
version = "0.12.5";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
hash = "sha256-sHkTxu8TdPXbUZvpJH46SF8U4JNIzfFb5HJEXCqomOI=";
|
hash = "sha256-DN1v5MQtMhHO12tVPkJUuIfh+X3kb1o71zAwNgtLH+I=";
|
||||||
};
|
};
|
||||||
|
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user