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

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

bug#69047: closed ([PATCH] gnu: go-github-com-oneofone-xxhash: Remove be


From: GNU bug Tracking System
Subject: bug#69047: closed ([PATCH] gnu: go-github-com-oneofone-xxhash: Remove benchmarks.)
Date: Tue, 13 Feb 2024 21:40:03 +0000

Your message dated Tue, 13 Feb 2024 21:37:40 +0000
with message-id <87eddgoxjv.fsf@gmail.com>
and subject line [PATCH] gnu: go-github-com-oneofone-xxhash: Remove benchmarks.
has caused the debbugs.gnu.org bug report #69047,
regarding [PATCH] gnu: go-github-com-oneofone-xxhash: Remove benchmarks.
to be marked as done.

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


-- 
69047: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=69047
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: go-github-com-oneofone-xxhash: Remove benchmarks. Date: Sun, 11 Feb 2024 12:17:59 +0100
* gnu/packages/golang.scm (go-github-com-oneofone-xxhash)[source]: Remove 
benchmarks.
---
 gnu/packages/golang.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 163691a1e6..ccbd9bf8f4 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -10225,7 +10225,9 @@ (define-public go-github-com-oneofone-xxhash
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "0f98qk83l2fhpclvrgyxsa9b8m4pipf11fah85bnjl01wy4lvybw"))))
+         "0f98qk83l2fhpclvrgyxsa9b8m4pipf11fah85bnjl01wy4lvybw"))
+       (modules '((guix build utils)))
+       (snippet '(delete-file-recursively "benchmarks"))))
     (build-system go-build-system)
     (arguments
      '(#:import-path "github.com/OneOfOne/xxhash"))

base-commit: b6439fc5f800b5d22d48192bc347be794f050329
-- 
2.42.0




--- End Message ---
--- Begin Message --- Subject: [PATCH] gnu: go-github-com-oneofone-xxhash: Remove benchmarks. Date: Tue, 13 Feb 2024 21:37:40 +0000
Hi,

Pushed as 73867181830f5cb8d885a5404147ef675b1db707 to master.

--
Oleg

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

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