python3Packages.truststore: 0.10.1 -> 0.10.4 (#435001)

This commit is contained in:
OTABI Tomoya
2025-09-28 02:51:53 +00:00
committed by GitHub
@@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "truststore";
version = "0.10.1";
version = "0.10.4";
pyproject = true;
disabled = pythonOlder "3.10";
@@ -22,7 +22,7 @@ buildPythonPackage rec {
owner = "sethmlarson";
repo = "truststore";
tag = "v${version}";
hash = "sha256-oVFNR8qxEmCZdTGqzb9Gj3XIUwPy6YWV3YJPkIDA8Cw=";
hash = "sha256-EbwD2YyVA9W9cWEjYvypBJxs6Hbkb/tF2qU/sUNCt5g=";
};
build-system = [ flit-core ];