Update guile-pastebin

Evgeny PisemskySat Mar 29 21:40:42+0300 2025

dd68c0d

Update guile-pastebin

manuals/cogd.skb

1313
      (subsection :title [Mosquitto]
1414
        (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.])
1515
        (description
16-
         (item :key (p [Variable: ,(code [mosquitto-service-type])])
16+
         (item :key (list [Variable: ,(code [mosquitto-service-type])])
1717
               (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])])
1919
               (p [This is the configuration for Mosquitto, with the following fields:])
2020
               (description
21-
                (item :key (p [,(code [package]) (default: ,(code [mosquitto]))])
21+
                (item :key (list [,(code [package]) (default: ,(code [mosquitto]))])
2222
                      (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]))])
2424
                      (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"]))])
2626
                      (p [Owner of the broker process.]))
27-
                (item :key (p [,(code [group]) (default: ,(code ["mosquitto"]))])
27+
                (item :key (list [,(code [group]) (default: ,(code ["mosquitto"]))])
2828
                      (p [Owner's group of the broker process.])))))))))

modules/cogd/packages/guile-xyz.scm

4848
      (license license:lgpl3+))))
4949
5050
(define-public guile-pastebin
51-
  (let ((commit "243961331e87c5134e08d5f4ffa5603f6f44d939")
52-
        (revision "0"))
51+
  (let ((commit "133d9aa84125838bb8cfa69f3d067be78f3d80d5")
52+
        (revision "1"))
5353
    (package
5454
      (name "guile-pastebin")
5555
      (version (git-version "0" revision commit))

6161
               (commit commit)))
6262
         (file-name (git-file-name name version))
6363
         (sha256
64-
          (base32 "02xj7ia15qvfbkrdmn1i7vcby0ibqcqqxsdn3zsdzhrn3yksx9kj"))))
64+
          (base32 "1225v58vl7njh14gkrhi7is4bhnzcf9c4kwxdzyn750v7b5niabx"))))
6565
      (build-system guile-build-system)
6666
      (arguments
6767
       (list