gnome-extensions-cli: 0.10.1 -> 0.10.2

This commit is contained in:
R. Ryantm
2024-07-07 08:30:16 +00:00
committed by Florian Brandes
parent 2afec69515
commit 85b1aca26f

View File

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