guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 805a58b6bff2c617be274b6fa00e9b05f9d44256
Author: Vinicius Monego <[email protected]>
AuthorDate: Sat Aug 9 21:55:36 2025 -0300

    gnu: clpeak: Refresh package.
    
    * gnu/packages/benchmark.scm (clpeak): Run guix style.
    [source]: Follow redirect.
    [description]: Start sentence with a noun.
    
    Signed-off-by: Liliana Marie Prikler <[email protected]>
---
 gnu/packages/benchmark.scm | 29 ++++++++++++++---------------
 1 file changed, 14 insertions(+), 15 deletions(-)

diff --git a/gnu/packages/benchmark.scm b/gnu/packages/benchmark.scm
index 4534bc934a..958518faac 100644
--- a/gnu/packages/benchmark.scm
+++ b/gnu/packages/benchmark.scm
@@ -667,25 +667,24 @@ and options.  With careful benchmarking, different 
hardware can be compared.")
     (package
       (name "clpeak")
       (version (git-version "1.1.0" "0" commit))
-      (source (origin
-                (method git-fetch)
-                (uri (git-reference
-                       (url "https://github.com/krrishnarraj/clpeak.git";)
-                       (commit commit)))
-                (file-name (git-file-name name version))
-                (sha256
-                  (base32
-                    "0qmhdjyhwl7gfgyqxsddqn6zpp3b57503m16h7jv6illy3lfvji1"))))
+      (source
+       (origin
+         (method git-fetch)
+         (uri (git-reference
+               (url "https://github.com/krrishnarraj/clpeak";)
+               (commit commit)))
+         (file-name (git-file-name name version))
+         (sha256
+          (base32 "0qmhdjyhwl7gfgyqxsddqn6zpp3b57503m16h7jv6illy3lfvji1"))))
       (build-system cmake-build-system)
       (home-page "https://github.com/krrishnarraj/clpeak";)
-      (inputs
-        (list opencl-clhpp opencl-icd-loader))
+      (inputs (list opencl-clhpp opencl-icd-loader))
       (synopsis "OpenCL benchmark tool")
       (description
-        "A synthetic benchmarking tool to measure peak capabilities of OpenCL
-        devices.  It only measures the peak metrics that can be achieved using
-        vector operations and does not represent a real-world use case.")
-        (license license:unlicense))))
+       "@code{clpeak} is a synthetic benchmarking tool to measure peak
+apabilities of OpenCL devices.  It only measures the peak metrics that can be
+achieved using vector operations and does not represent a real-world use 
case.")
+      (license license:unlicense))))
 
 (define-public kdiskmark
   (package

Reply via email to