Merge pull request #285049 from mfrischknecht/update-gnome-extensions-cli
gnome-extensions-cli: 0.9.5 -> 0.10.0
This commit is contained in:
commit
abfe55cf76
1 changed files with 4 additions and 4 deletions
|
@ -3,24 +3,24 @@
|
|||
, buildPythonApplication
|
||||
, poetry-core
|
||||
, colorama
|
||||
, more-itertools
|
||||
, packaging
|
||||
, pydantic
|
||||
, requests
|
||||
, pygobject3
|
||||
, tqdm
|
||||
, gobject-introspection
|
||||
, wrapGAppsNoGuiHook
|
||||
}:
|
||||
|
||||
buildPythonApplication rec {
|
||||
pname = "gnome-extensions-cli";
|
||||
version = "0.9.5";
|
||||
version = "0.10.1";
|
||||
format = "pyproject";
|
||||
|
||||
src = fetchPypi {
|
||||
pname = "gnome_extensions_cli";
|
||||
inherit version;
|
||||
hash = "sha256-4eRVmG5lqK8ql9WpvXsf18znOt7kDSnpQnLfy73doy4=";
|
||||
hash = "sha256-yAoo3NjNtTZSHmbLKzW2X7Cy2smLNp8/9vo+OPGxlVY=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
@ -31,11 +31,11 @@ buildPythonApplication rec {
|
|||
|
||||
propagatedBuildInputs = [
|
||||
colorama
|
||||
more-itertools
|
||||
packaging
|
||||
pydantic
|
||||
requests
|
||||
pygobject3
|
||||
tqdm
|
||||
];
|
||||
|
||||
pythonImportsCheck = [
|
||||
|
|
Loading…
Reference in a new issue