lol

python310Packages.keyring: 23.13.1 -> 24.2.0

Changelog: https://github.com/jaraco/keyring/blob/v24.2.0/NEWS.rst

authored by

Robert Schütz and committed by
Martin Weinelt
2e5cb27e 1ee622b1

+4 -4
+4 -4
pkgs/development/python-modules/keyring/default.nix
··· 14 14 15 15 buildPythonPackage rec { 16 16 pname = "keyring"; 17 - version = "23.13.1"; 17 + version = "24.2.0"; 18 18 format = "pyproject"; 19 - disabled = pythonOlder "3.7"; 19 + disabled = pythonOlder "3.8"; 20 20 21 21 src = fetchPypi { 22 22 inherit pname version; 23 - hash = "sha256-ui4VqbNeIZCNCq9OCkesxS1q4zRE3w2itJ1BpG721ng="; 23 + hash = "sha256-ygdGoZ7EISGfTXE/hI+il6ZhqKjBUEhn5Vv7XgkJFQk="; 24 24 }; 25 25 26 26 nativeBuildInputs = [ ··· 54 54 meta = with lib; { 55 55 description = "Store and access your passwords safely"; 56 56 homepage = "https://github.com/jaraco/keyring"; 57 - changelog = "https://github.com/jaraco/keyring/blob/v${version}/CHANGES.rst"; 57 + changelog = "https://github.com/jaraco/keyring/blob/v${version}/NEWS.rst"; 58 58 license = licenses.mit; 59 59 maintainers = with maintainers; [ lovek323 dotlambda ]; 60 60 platforms = platforms.unix;