Update guile-pastebin
manuals/cogd.skb
13 | 13 | (subsection :title [Mosquitto] | |
14 | 14 | (p [Mosquitto is a lightweight message broker that implements the MQTT protocol versions 5.0, 3.1.1 and 3.1. It is suitable for use on all devices from low power single board computers to full servers.]) | |
15 | 15 | (description | |
16 | - | (item :key (p [Variable: ,(code [mosquitto-service-type])]) | |
16 | + | (item :key (list [Variable: ,(code [mosquitto-service-type])]) | |
17 | 17 | (p [This is the service type for the Mosquitto MQTT broker. Its value is a ,(code [mosquitto-configuration]) (see below).])) | |
18 | - | (item :key (p [Data Type: ,(code [mosquitto-configuration])]) | |
18 | + | (item :key (list [Data Type: ,(code [mosquitto-configuration])]) | |
19 | 19 | (p [This is the configuration for Mosquitto, with the following fields:]) | |
20 | 20 | (description | |
21 | - | (item :key (p [,(code [package]) (default: ,(code [mosquitto]))]) | |
21 | + | (item :key (list [,(code [package]) (default: ,(code [mosquitto]))]) | |
22 | 22 | (p [The Mosquitto package to use.])) | |
23 | - | (item :key (p [,(code [config-file]) (default: ,(code [#f]))]) | |
23 | + | (item :key (list [,(code [config-file]) (default: ,(code [#f]))]) | |
24 | 24 | (p [The Mosquitto configuration file as a file-like object or the value ,(code [#f]) to use the default configuration.])) | |
25 | - | (item :key (p [,(code [user]) (default: ,(code ["mosquitto"]))]) | |
25 | + | (item :key (list [,(code [user]) (default: ,(code ["mosquitto"]))]) | |
26 | 26 | (p [Owner of the broker process.])) | |
27 | - | (item :key (p [,(code [group]) (default: ,(code ["mosquitto"]))]) | |
27 | + | (item :key (list [,(code [group]) (default: ,(code ["mosquitto"]))]) | |
28 | 28 | (p [Owner's group of the broker process.]))))))))) |
modules/cogd/packages/guile-xyz.scm
48 | 48 | (license license:lgpl3+)))) | |
49 | 49 | ||
50 | 50 | (define-public guile-pastebin | |
51 | - | (let ((commit "243961331e87c5134e08d5f4ffa5603f6f44d939") | |
52 | - | (revision "0")) | |
51 | + | (let ((commit "133d9aa84125838bb8cfa69f3d067be78f3d80d5") | |
52 | + | (revision "1")) | |
53 | 53 | (package | |
54 | 54 | (name "guile-pastebin") | |
55 | 55 | (version (git-version "0" revision commit)) | |
… | |||
61 | 61 | (commit commit))) | |
62 | 62 | (file-name (git-file-name name version)) | |
63 | 63 | (sha256 | |
64 | - | (base32 "02xj7ia15qvfbkrdmn1i7vcby0ibqcqqxsdn3zsdzhrn3yksx9kj")))) | |
64 | + | (base32 "1225v58vl7njh14gkrhi7is4bhnzcf9c4kwxdzyn750v7b5niabx")))) | |
65 | 65 | (build-system guile-build-system) | |
66 | 66 | (arguments | |
67 | 67 | (list |