Skip to content

Commit fc9befd

Browse files
committed
wip
Signed-off-by: Jan Kowalleck <[email protected]>
1 parent c47afc4 commit fc9befd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cyclonedx/model/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -898,7 +898,7 @@ def hashes(self, hashes: Iterable[HashType]) -> None:
898898
def __comparable_tuple(self) -> _ComparableTuple:
899899
return _ComparableTuple((
900900
self._type, self._url, self._comment,
901-
_ComparableTuple(sorted(self._hashes, key=hash))
901+
_ComparableTuple(self._hashes)
902902
))
903903

904904
def __eq__(self, other: object) -> bool:

0 commit comments

Comments
 (0)