vcswatch reports that
this package seems to have new commits in its VCS but has
not yet updated debian/changelog. You should consider updating
the Debian changelog and uploading this new version into the archive.
Here are the relevant commit logs:
commit 4159c4a0a1231bde4e63b712f498faa061da793c
Author: Daniel Kahn Gillmor <dkg@fifthhorseman.net>
Date:   Wed Jul 16 18:05:28 2025 -0400
    email-print-mime-structure: decryption/unwrapping uses BOX_DRAWINGS
    
    The symbols ↧ and ⇩ were used for decryption and unwrapping,
    respectively, but they are not included in very many fonts.
    
    By switching the tree structure to only use characters from the BOX
    DRAWINGS subset of Unicode, we have a better chance of producing
    reliable renderings in different fonts.
    
    See also discussion at
    https://github.com/ietf-tools/xml2rfc/issues/1245#issuecomment-3014573118
    which motivated this cleanup.
    
    Note that redrawing the tree this way needs an adjustment in the line
    above the "(decrypts to)" or "(unwraps to)" line, so we handle that as
    well.
    
    Signed-off-by: Daniel Kahn Gillmor <dkg@fifthhorseman.net>
commit a3a66a84943ef8a3c3c812da8773e57bcc78f283
Author: Daniel Kahn Gillmor <dkg@fifthhorseman.net>
Date:   Wed Jul 16 18:05:27 2025 -0400
    email-print-mime-structure: drop unneccessary parentheses
    
    Signed-off-by: Daniel Kahn Gillmor <dkg@fifthhorseman.net>
commit 514361c2696b97a4d1e3471effe3946b686fd0d6
Author: Daniel Kahn Gillmor <dkg@fifthhorseman.net>
Date:   Wed Jul 16 18:05:26 2025 -0400
    email-print-mime-structure: Move try_{pgp, cms}_decrypt to properties
    
    This lets us reuse them later
    
    Signed-off-by: Daniel Kahn Gillmor <dkg@fifthhorseman.net>