python310Packages.keyring: 23.5.0 -> 23.5.1
https://github.com/jaraco/keyring/blob/v23.5.1/CHANGES.rst
This commit is contained in:
parent
130bff590e
commit
fa49483a26
@ -13,12 +13,14 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "keyring";
|
||||
version = "23.5.0";
|
||||
version = "23.5.1";
|
||||
disabled = pythonOlder "3.7";
|
||||
|
||||
format = "pyproject";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
hash = "sha256-kBJQjhQagL0cC2d41cYQ3Z+MRk11rGd0JIUAUD+XL7k=";
|
||||
hash = "sha256-3uUCzfGKmCEb70KO6hFFajPABxiy8IUk/Vcnx/Qkv/0=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
@ -28,8 +30,7 @@ buildPythonPackage rec {
|
||||
propagatedBuildInputs = [
|
||||
# this should be optional, however, it has a different API
|
||||
importlib-metadata # see https://github.com/jaraco/keyring/issues/503#issuecomment-798973205
|
||||
|
||||
dbus-python
|
||||
] ++ lib.optionals stdenv.isLinux [
|
||||
jeepney
|
||||
secretstorage
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user