aboutsummaryrefslogtreecommitdiff
path: root/gnu/services/cgit.scm
diff options
context:
space:
mode:
authorcage <cage-dev@twistfold.it>2023-11-19 14:29:48 +0100
committerGuillaume Le Vaillant <glv@posteo.net>2023-11-20 14:36:42 +0100
commit67a803f3effc2186db390d577ecc01b049b1017f (patch)
tree5c424523c0ca2e7410ce06863f960ef771288fe0 /gnu/services/cgit.scm
parent71b92466430acb8c91841522dc0eb7d766af4388 (diff)
downloadguix-67a803f3effc2186db390d577ecc01b049b1017f.tar.gz
guix-67a803f3effc2186db390d577ecc01b049b1017f.zip
gnu: cl-nodgui: Update to 0.4.8.6-6baccf4.
* gnu/packages/lisp-xyz.scm (sbcl-nodgui): Update to 0.4.8.6-6baccf4. [inputs]: Remove sbcl-cl-jpeg. Add sbcl-jpeg-turbo, sbcl-pngload. Change-Id: I03ed4734c3a7088eb7f14a049f2824fe9103b089 Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
Diffstat (limited to 'gnu/services/cgit.scm')
0 files changed, 0 insertions, 0 deletions
c-key-file. (%ed25519-2-secret-key-file): Renamed from %ed25519bis-secret-key-file. * tests/keys/ed25519-3.key: New file. * tests/keys/ed25519-3.sec: New file. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> Attila Lendvai 2021-09-18channels: 'channel-news-entry-commit' correctly resolves annotated tags....Previously, 'channel-news-entry-commit' would return the tag ID rather than the commit ID when the news entry was referred to via an annotated tag. Reported by Xinglu Chen <public@yoctocell.xyz>. * guix/channels.scm (resolve-channel-news-entry-tag): Check whether the reference points to annotated tag; resolve it if it does. * tests/channels.scm ("channel-news, annotated tag"): New test. Ludovic Courtès