python3Packages.etebase: 0.31.5 -> 0.31.6

This commit is contained in:
Nick Cao 2023-02-01 16:51:20 +08:00
parent b2529be70a
commit 2ae1f09c3c
No known key found for this signature in database
2 changed files with 3 additions and 4 deletions

View File

@ -13,19 +13,19 @@
buildPythonPackage rec {
pname = "etebase";
version = "0.31.5";
version = "0.31.6";
src = fetchFromGitHub {
owner = "etesync";
repo = "etebase-py";
rev = "v${version}";
hash = "sha256-87t3toMaApnOSPBKfTGGLo2VRLqU8irFac9lg3kA1eE=";
hash = "sha256-T61nPW3wjBRjmJ81w59T1b/Kxrwwqvyj3gILE9OF/5Q=";
};
cargoDeps = rustPlatform.fetchCargoTarball {
inherit src;
name = "${pname}-${version}";
hash = "sha256-Qg0aJ6CZaPxGneIs4o402A+fhI/nlJ9X/XdMFqkD/YY=";
hash = "sha256-wrMNtcaLAsWBVeJbYbYo+Xmobl01lnUbR9NUqqUzUgU=";
};
format = "pyproject";

View File

@ -3079,7 +3079,6 @@ self: super: with self; {
etebase = callPackage ../development/python-modules/etebase {
inherit (pkgs.darwin.apple_sdk.frameworks) Security;
openssl = pkgs.openssl_1_1;
};
etebase-server = callPackage ../servers/etebase { };