Unverified Commit 0d704607 authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

python3Packages.maestral: 1.9.5 -> 1.9.6 (#458675)

parents c3620781 e91840a7
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -31,7 +31,7 @@

buildPythonPackage rec {
  pname = "maestral";
  version = "1.9.5";
  version = "1.9.6";
  pyproject = true;

  disabled = pythonOlder "3.10";
@@ -40,7 +40,7 @@ buildPythonPackage rec {
    owner = "SamSchott";
    repo = "maestral";
    tag = "v${version}";
    hash = "sha256-xFSnJPKTAPXYa4FuqkFF5gLzGZ9TltNVDhyBnswiut4=";
    hash = "sha256-mYFiQL4FumJWP2y1u5tIo1CZL027J8/EIYqJQde7G/c=";
  };

  build-system = [ setuptools ];