guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 7c84dd2e0e6209095f9edda010bf95ff35580d3b
Author: jgart <[email protected]>
AuthorDate: Fri Jan 30 03:32:16 2026 -0500

    gnu: sbcl-prometheus: Refactor to modern style.
    
    * gnu/packages/lisp-xyz.scm (sbcl-prometheus)[inputs]: Refactor to modern 
style.
    
    Change-Id: I66a5686bdde9d2b59c544bd4f85d6077239c420b
---
 gnu/packages/lisp-xyz.scm | 24 ++++++++++++------------
 1 file changed, 12 insertions(+), 12 deletions(-)

diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 166cf2ac34..dc2c163bc9 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -26950,18 +26950,18 @@ pattern-matching-like, but a char-by-char procedural 
parser.")
          "0fzczls2kfgdx18pja4lqxjrz72i583185d8nq0pb3s331hhzh0z"))))
     (build-system asdf-build-system/sbcl)
     (inputs
-     `(("alexandria" ,sbcl-alexandria)
-       ("bordeaux-threads" ,sbcl-bordeaux-threads)
-       ("cffi" ,sbcl-cffi)
-       ("cl-fad" ,sbcl-cl-fad)
-       ("cl-ppcre" ,sbcl-cl-ppcre)
-       ("drakma" ,sbcl-drakma)
-       ("hunchentoot" ,sbcl-hunchentoot)
-       ("local-time" ,sbcl-local-time)
-       ("quantile-estimator" ,sbcl-quantile-estimator)
-       ("salza2" ,sbcl-salza2)
-       ("split-sequence" ,sbcl-split-sequence)
-       ("trivial-utf-8" ,sbcl-trivial-utf-8)))
+     (list sbcl-alexandria
+           sbcl-bordeaux-threads
+           sbcl-cffi
+           sbcl-cl-fad
+           sbcl-cl-ppcre
+           sbcl-drakma
+           sbcl-hunchentoot
+           sbcl-local-time
+           sbcl-quantile-estimator
+           sbcl-salza2
+           sbcl-split-sequence
+           sbcl-trivial-utf-8))
     (arguments
      '(#:asd-systems '("prometheus"
                        "prometheus.collectors.sbcl"

Reply via email to