aboutsummaryrefslogtreecommitdiff
path: root/gnu/services/avahi.scm
diff options
context:
space:
mode:
authorTimotej Lazar <timotej.lazar@araneo.si>2022-12-27 19:52:26 +0100
committer宋文武 <iyzsong@member.fsf.org>2022-12-29 09:53:52 +0800
commit57037cddf3104792d558c5363620068f7ee570f0 (patch)
tree15fc24c070f611ff69aa3a37e924743c65c1f57e /gnu/services/avahi.scm
parentbac6689d3f47c68c5d1c7b6f339051b73b18cfad (diff)
downloadguix-57037cddf3104792d558c5363620068f7ee570f0.tar.gz
guix-57037cddf3104792d558c5363620068f7ee570f0.zip
gnu: asciinema: Update to 2.2.0.
* gnu/packages/terminals.scm (asciinema): Update to 2.2.0. [build-system]: Use pyproject-build-system. [arguments]: Drop custom 'check phase. Add 'fix-python-path phase. [native-inputs]: Drop python-nose. Add python-pytest. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
Diffstat (limited to 'gnu/services/avahi.scm')
0 files changed, 0 insertions, 0 deletions
ignature/ascii"): Adjust accordingly. Ludovic Courtès 2020-05-04openpgp: Decode the issuer-fingerprint signature subpacket....* guix/openpgp.scm (SUBPACKET-ISSUER-FINGERPRINT): New variable. (openpgp-signature-issuer-fingerprint): New procedure. (key-id-matches-fingerprint?): New procedure. (get-signature): Look for the 'issuer and 'issuer-fingerprint subpackets. Ensure the issuer key ID matches the fingerprint when both are available. (parse-subpackets): Handle SUBPACKET-ISSUER-FINGERPRINT. * tests/openpgp.scm (%rsa-key-fingerprint) (%dsa-key-fingerprint, %ed25519-key-fingerprint): New variables. * tests/openpgp.scm ("get-openpgp-detached-signature/ascii"): Check the result of 'openpgp-signature-issuer-fingerprint'. Ludovic Courtès 2020-05-04Add (guix openpgp)....* guix/openpgp.scm, tests/openpgp.scm, tests/civodul.key, tests/dsa.key, tests/ed25519.key, tests/rsa.key, tests/ed25519.sec: New files. * Makefile.am (MODULES): Add guix/openpgp.scm. (SCM_TESTS): Add tests/openpgp.scm. (EXTRA_DIST): Add tests/*.key and tests/ed25519.sec. Ludovic Courtès