python3Packages.maestral: 1.9.0 -> 1.9.1

This commit is contained in:
Stefan Frijters 2024-03-22 22:02:59 +01:00
parent e9ea01eb6d
commit 660b0a6831
No known key found for this signature in database
GPG Key ID: 7619A6BC6E7DFA6F
1 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@
buildPythonPackage rec {
pname = "maestral";
version = "1.9.0";
version = "1.9.1";
format = "pyproject";
disabled = pythonOlder "3.8";
@ -36,7 +36,7 @@ buildPythonPackage rec {
owner = "SamSchott";
repo = "maestral";
rev = "refs/tags/v${version}";
hash = "sha256-xaopoB4lByFkEQY2CZoqJUCnrtFFrnL7Pgn53sSid60=";
hash = "sha256-ilaKcYVZr0rkExna8WLcO+zLUp24eRRfL5SW+sMCJG0=";
};
propagatedBuildInputs = [