We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c47afc4 commit fc9befdCopy full SHA for fc9befd
cyclonedx/model/__init__.py
@@ -898,7 +898,7 @@ def hashes(self, hashes: Iterable[HashType]) -> None:
898
def __comparable_tuple(self) -> _ComparableTuple:
899
return _ComparableTuple((
900
self._type, self._url, self._comment,
901
- _ComparableTuple(sorted(self._hashes, key=hash))
+ _ComparableTuple(self._hashes)
902
))
903
904
def __eq__(self, other: object) -> bool:
0 commit comments