python3Packages.truststore: 0.10.1 -> 0.10.4

https://github.com/sethmlarson/truststore/blob/v0.10.4/CHANGELOG.md

Signed-off-by: misilelab <misileminecord@gmail.com>
This commit is contained in:
misilelab
2025-08-19 22:46:57 +09:00
parent 28b83c7b64
commit 9e44cb7475
@@ -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 ];