Traverse the entities hash's keys in sorted order to ensure reproducibility. --- libhubbub-0.3.3/build/make-entities.pl +++ libhubbub-0.3.3/build/make-entities.pl @@ -86,7 +86,7 @@ my $trie; -foreach my $key (keys %entities) { +foreach my $key (sort keys %entities) { $trie = insert_node($trie, $key, $entities{$key}); } id='cgit'>
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/xiph.scm
AgeCommit message (Expand)Author
2021-07-15gnu: libogg: Update to 1.3.5....* gnu/packages/xiph.scm (libogg): Update to 1.3.5. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Matthew James Kraai
2021-06-04gnu: Use define-public in (gnu packages xiph)....* gnu/pakages/xiph.scm: Replace all manual package #:exports with define-public. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> Brendan Tildesley