aboutsummaryrefslogtreecommitdiff
path: root/tests/base16.scm
diff options
context:
space:
mode:
authorMarius Bakke <marius@gnu.org>2021-05-23 18:38:02 +0200
committerMarius Bakke <marius@gnu.org>2021-06-13 01:00:46 +0200
commit6a7a7c9d8f738f2133f85f80fcd04578d7f10511 (patch)
treed228311174c0407b73e68e20f9edd9395c5238e4 /tests/base16.scm
parent8ceff700071a6c9c1345328517188925c374d469 (diff)
downloadguix-6a7a7c9d8f738f2133f85f80fcd04578d7f10511.tar.gz
guix-6a7a7c9d8f738f2133f85f80fcd04578d7f10511.zip
gnu: OpenSSL: Remove replacement.
* gnu/packages/tls.scm (openssl): Update to 1.1.1k. [replacement]: Remove. (openssl-1.1.1k): Remove variable.
Diffstat (limited to 'tests/base16.scm')
0 files changed, 0 insertions, 0 deletions
d of 'identifier-syntax'. * tests/monads.scm (">>= with more than two arguments"): New test. * doc/guix.texi (The Store Monad): Explain that there can be several MPROC. Add an example. Ludovic Courtès 2015-05-27monads: 'foldm', 'mapm', and 'anym' now take a list of regular values....* guix/monads.scm (foldm, mapm, anym): Change to take a list of regular values as is customary. * tests/monads.scm ("mapm", "anym"): Adjust accordingly. Ludovic Courtès