gnome-extensions-cli: 0.10.3 -> 0.10.4

This commit is contained in:
R. Ryantm
2024-12-09 06:35:17 +00:00
parent 962bd73da6
commit 2aa1c476a8
@@ -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 = [