aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/certs.scm
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2024-09-06 12:52:26 -0400
committerDavid Thompson <dthompson2@worcester.edu>2024-09-06 14:09:10 -0400
commit8485eb6e96dc2f539bac0298e12b07392da1e49e (patch)
treeddcd0530043e204db44a1626be27f04d7fa528bc /gnu/packages/certs.scm
parent0cadadad3bafd8c1f1a1ebd3366a561d9062b885 (diff)
downloadguix-8485eb6e96dc2f539bac0298e12b07392da1e49e.tar.gz
guix-8485eb6e96dc2f539bac0298e12b07392da1e49e.zip
gnu: guile-hoot: Update to 0.5.0.
* gnu/packages/guile-xyz.scm (guile-hoot): Update to 0.5.0. Change-Id: I6f205218eb9b2044378ebbda736407a3a85035b1
Diffstat (limited to 'gnu/packages/certs.scm')
0 files changed, 0 insertions, 0 deletions
l exit other than an exception occurs, such as an abort to the build handler prompt. * tests/store.scm ("with-build-handler + with-store"): New test. Ludovic Courtès 2020-03-29store: Add 'map/accumulate-builds'....* guix/store.scm (<unresolved>): New record type. (build-accumulator, map/accumulate-builds, mapm/accumulate-builds): New procedures. * tests/store.scm ("map/accumulate-builds", "mapm/accumulate-builds"): New tests. Ludovic Courtès 2020-03-22store: Add 'with-build-handler'....* guix/store.scm (current-build-prompt): New variable. (call-with-build-handler, invoke-build-handler): New procedures. (with-build-handler): New macro. * tests/store.scm ("with-build-handler"): New test. Ludovic Courtès