gnome-extensions-cli: 0.10.3 -> 0.10.4 (#363477)

This commit is contained in:
Nick Cao
2024-12-10 08:59:47 -05:00
committed by GitHub
@@ -14,13 +14,13 @@
buildPythonApplication rec {
pname = "gnome-extensions-cli";
version = "0.10.3";
version = "0.10.4";
format = "pyproject";
src = fetchPypi {
pname = "gnome_extensions_cli";
inherit version;
hash = "sha256-Z4MbiWB9IoRIsgH5ZGKnCh327FzGtOsW5vpjJ1ZAfTs=";
hash = "sha256-S+kSVvWVbg/ATaF0xacPeUnu84Xx2ot6AOLmdGQIeWo=";
};
nativeBuildInputs = [