nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

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>

misilelab 9e44cb74 28b83c7b

+2 -2
+2 -2
pkgs/development/python-modules/truststore/default.nix
··· 13 13 14 14 buildPythonPackage rec { 15 15 pname = "truststore"; 16 - version = "0.10.1"; 16 + version = "0.10.4"; 17 17 pyproject = true; 18 18 19 19 disabled = pythonOlder "3.10"; ··· 22 22 owner = "sethmlarson"; 23 23 repo = "truststore"; 24 24 tag = "v${version}"; 25 - hash = "sha256-oVFNR8qxEmCZdTGqzb9Gj3XIUwPy6YWV3YJPkIDA8Cw="; 25 + hash = "sha256-EbwD2YyVA9W9cWEjYvypBJxs6Hbkb/tF2qU/sUNCt5g="; 26 26 }; 27 27 28 28 build-system = [ flit-core ];