python311Packages.keyring: 24.3.0 -> 24.3.1

Changelog: https://github.com/jaraco/keyring/blob/v24.3.1/NEWS.rst
This commit is contained in:
Robert Schütz
2024-02-27 18:50:41 -08:00
parent 5d1b96ebf2
commit 6ef0720193
@@ -16,13 +16,13 @@
buildPythonPackage rec {
pname = "keyring";
version = "24.3.0";
version = "24.3.1";
pyproject = true;
disabled = pythonOlder "3.8";
src = fetchPypi {
inherit pname version;
hash = "sha256-5zDs/9MJZYoI7oJTWjtexLTIZpqb4R77ZiSdjgrrmiU=";
hash = "sha256-wzJ7b/r8DovvvbWXys20ko/+XBIS92RfGG5tmVeomNs=";
};
nativeBuildInputs = [