mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 22:43:01 +00:00
gnome-extensions-cli: 0.10.2 -> 0.10.3 (#356085)
This commit is contained in:
commit
c3bddef1f6
@ -14,13 +14,13 @@
|
|||||||
|
|
||||||
buildPythonApplication rec {
|
buildPythonApplication rec {
|
||||||
pname = "gnome-extensions-cli";
|
pname = "gnome-extensions-cli";
|
||||||
version = "0.10.2";
|
version = "0.10.3";
|
||||||
format = "pyproject";
|
format = "pyproject";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
pname = "gnome_extensions_cli";
|
pname = "gnome_extensions_cli";
|
||||||
inherit version;
|
inherit version;
|
||||||
hash = "sha256-AoZINsx2DhjcMwbllF3ypjo/y/3BjOFxcjZOyUGKp7c=";
|
hash = "sha256-Z4MbiWB9IoRIsgH5ZGKnCh327FzGtOsW5vpjJ1ZAfTs=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
|
Loading…
Reference in New Issue
Block a user