python3Packages.keyring: 25.4.0 -> 25.4.1

https://github.com/jaraco/keyring/blob/v25.4.1/NEWS.rst
This commit is contained in:
Martin Weinelt
2024-10-13 11:08:49 +02:00
parent 361a131eca
commit 032d860dbf
@@ -19,7 +19,7 @@
buildPythonPackage rec {
pname = "keyring";
version = "25.4.0";
version = "25.4.1";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -27,7 +27,7 @@ buildPythonPackage rec {
owner = "jaraco";
repo = "keyring";
rev = "refs/tags/v${version}";
hash = "sha256-B1uU4INod2iSXIftPlDOr7mzWPY3FTpLhUuInl1Hg/M=";
hash = "sha256-5MK7f6/e8ZJ7azm5WX8T2+/6R3P3Y8XaN7jze2MgiJA=";
};
build-system = [ setuptools-scm ];