python3Packages.maestral, maestral-qt: 1.9.4 -> 1.9.5 (#454245)

This commit is contained in:
OTABI Tomoya
2025-10-26 07:52:06 +00:00
committed by GitHub
2 changed files with 5 additions and 6 deletions
@@ -11,7 +11,7 @@
python3.pkgs.buildPythonApplication rec {
pname = "maestral-qt";
version = "1.9.4";
version = "1.9.5";
pyproject = true;
disabled = python3.pythonOlder "3.7";
@@ -20,7 +20,7 @@ python3.pkgs.buildPythonApplication rec {
owner = "SamSchott";
repo = "maestral-qt";
tag = "v${version}";
hash = "sha256-VkJOKKYnoXux3WjD1JwINGWwv1SMIXfidyV2ITE7dJc=";
hash = "sha256-FCn9ELbodk+zCJNmlOVoxE/KSSqbxy5HTB1vpiu7AJA=";
};
build-system = with python3.pkgs; [ setuptools ];
@@ -31,16 +31,16 @@
buildPythonPackage rec {
pname = "maestral";
version = "1.9.4";
version = "1.9.5";
pyproject = true;
disabled = pythonOlder "3.8";
disabled = pythonOlder "3.10";
src = fetchFromGitHub {
owner = "SamSchott";
repo = "maestral";
tag = "v${version}";
hash = "sha256-akh0COltpUU4Z4kfubg6A7k6W8ICoqVYkmFpMkTC8H8=";
hash = "sha256-xFSnJPKTAPXYa4FuqkFF5gLzGZ9TltNVDhyBnswiut4=";
};
build-system = [ setuptools ];
@@ -51,7 +51,6 @@ buildPythonPackage rec {
dbus-python
dropbox
fasteners
importlib-metadata
keyring
keyrings-alt
packaging