gnome-extensions-cli: 0.10.1 -> 0.10.2

This commit is contained in:
R. Ryantm 2024-07-07 08:30:16 +00:00
parent 8f3b38daf2
commit 0fe0e09d1b

View File

@ -14,13 +14,13 @@
buildPythonApplication rec {
pname = "gnome-extensions-cli";
version = "0.10.1";
version = "0.10.2";
format = "pyproject";
src = fetchPypi {
pname = "gnome_extensions_cli";
inherit version;
hash = "sha256-yAoo3NjNtTZSHmbLKzW2X7Cy2smLNp8/9vo+OPGxlVY=";
hash = "sha256-AoZINsx2DhjcMwbllF3ypjo/y/3BjOFxcjZOyUGKp7c=";
};
nativeBuildInputs = [