Skip to content

Commit

Permalink
python312Packages.truststore: 0.9.2 -> 0.10.0 (#373803)
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCao authored Jan 15, 2025
2 parents 4b7c6ae + bc4cf02 commit cf2e486
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/truststore/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

buildPythonPackage rec {
pname = "truststore";
version = "0.9.2";
version = "0.10.0";
pyproject = true;

disabled = pythonOlder "3.10";
Expand All @@ -22,7 +22,7 @@ buildPythonPackage rec {
owner = "sethmlarson";
repo = "truststore";
tag = "v${version}";
hash = "sha256-BSJneLxwgnD8IJ8IJM43WhmlII5N3qic96SBquMdMnc=";
hash = "sha256-SzCeuc/tIOearYAXCK7s/Q99fK0JvJc1rSbsiE7m6+k=";
};

build-system = [ flit-core ];
Expand Down

0 comments on commit cf2e486

Please sign in to comment.