Merge pull request from NickCao/etebase

python3Packages.etebase: 0.31.5 -> 0.31.6
This commit is contained in:
Weijia Wang 2023-02-01 19:58:42 +01:00 committed by GitHub
commit 33c6eddf0a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 4 deletions
pkgs
development/python-modules/etebase
top-level

View File

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

View File

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