emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#68103: closed ([PATCH] gnu: cl-trivial-benchmark: Update to 2.0.0-2.


From: GNU bug Tracking System
Subject: bug#68103: closed ([PATCH] gnu: cl-trivial-benchmark: Update to 2.0.0-2.1fbc8d1.)
Date: Thu, 04 Jan 2024 10:50:02 +0000

Your message dated Thu, 04 Jan 2024 10:48:44 +0000
with message-id <87y1d5v0en.fsf@kitej>
and subject line Re: [bug#68103] [PATCH] gnu: cl-trivial-benchmark: Update to 
2.0.0-2.1fbc8d1.
has caused the debbugs.gnu.org bug report #68103,
regarding [PATCH] gnu: cl-trivial-benchmark: Update to 2.0.0-2.1fbc8d1.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
68103: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=68103
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: cl-trivial-benchmark: Update to 2.0.0-2.1fbc8d1. Date: Fri, 29 Dec 2023 12:32:46 +0000
* gnu/packages/lisp-xyz.scm (sbcl-trivial-benchmark): Update to
  2.0.0-2.1fbc8d1.

Change-Id: I1b9e14ac071ce35b2f2e33220f199481578a07c5
---
 gnu/packages/lisp-xyz.scm | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 1625197550..b8b1b5f42b 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -17455,19 +17455,20 @@ (define-public cl-flamegraph
   (sbcl-package->cl-source-package sbcl-flamegraph))
 
 (define-public sbcl-trivial-benchmark
-  (let ((commit "42d76733dd2e873471c6f1e27d39113293f7dd5c"))
+  (let ((commit "1fbc8d15f09ed8aa426bc73956b8b7c9b2668802")
+        (revision "2"))
     (package
       (name "sbcl-trivial-benchmark")
-      (version (git-version "2.0.0" "1" commit))
+      (version (git-version "2.0.0" revision commit))
       (source
        (origin
          (method git-fetch)
          (uri (git-reference
                (url "https://github.com/Shinmera/trivial-benchmark/";)
                (commit commit)))
-         (file-name (git-file-name name version))
+         (file-name (git-file-name "cl-trivial-benchmark" version))
          (sha256
-          (base32 "0fbzqbpm2ixz85555krl36kbbbjyn699vdj6k383khi3g9y629fa"))))
+          (base32 "1p48wgpady0n8frdcgp7sbg93b0fbvpx1qk5valmanhwr9j3xh88"))))
       (build-system asdf-build-system/sbcl)
       (inputs
        (list sbcl-alexandria))

base-commit: d4cef7edffe0283949fc0f06d7796cea3543b92f
-- 
2.41.0





--- End Message ---
--- Begin Message --- Subject: Re: [bug#68103] [PATCH] gnu: cl-trivial-benchmark: Update to 2.0.0-2.1fbc8d1. Date: Thu, 04 Jan 2024 10:48:44 +0000
Patch applied as e7f336b2e8fb27f1c63bc3267d5dc68a036159c7.
Thanks.

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]