[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
199/401: gnu: go-github-com-mailru-easyjson: Update to 0.9.0.
From: |
guix-commits |
Subject: |
199/401: gnu: go-github-com-mailru-easyjson: Update to 0.9.0. |
Date: |
Thu, 26 Dec 2024 19:30:57 -0500 (EST) |
sharlatan pushed a commit to branch go-team
in repository guix.
commit f45610931e25db9b84784b8947e0529e4338f134
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Sun Dec 15 20:55:51 2024 +0000
gnu: go-github-com-mailru-easyjson: Update to 0.9.0.
* gnu/packages/golang-web.scm (go-github-com-mailru-easyjson): Update to
0.9.0.
[arguments]<phases>: Add 'remove-benchmarks.
Change-Id: I5c0c450b32cae793a89c69e787de0dcb1b812c1a
---
gnu/packages/golang-web.scm | 14 +++++++++++---
1 file changed, 11 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/golang-web.scm b/gnu/packages/golang-web.scm
index be086eae10..8ddfb7bc9e 100644
--- a/gnu/packages/golang-web.scm
+++ b/gnu/packages/golang-web.scm
@@ -3653,7 +3653,7 @@ intends to be compatible with Avahi.")
(define-public go-github-com-mailru-easyjson
(package
(name "go-github-com-mailru-easyjson")
- (version "0.7.7")
+ (version "0.9.0")
(source
(origin
(method git-fetch)
@@ -3662,11 +3662,19 @@ intends to be compatible with Avahi.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "0clifkvvy8f45rv3cdyv58dglzagyvfcqb63wl6rij30c5j2pzc1"))))
+ (base32 "00if9lpfy7bz853snqp7zgg76pn4mgpkk42h0riahcwk5v19jrcv"))))
(build-system go-build-system)
(arguments
(list
- #:import-path "github.com/mailru/easyjson"))
+ #:import-path "github.com/mailru/easyjson"
+ ;; XXX: All tests in "tests" directory fail, figure out why.
+ #:test-subdirs #~(list ".")
+ #:phases
+ #~(modify-phases %standard-phases
+ (add-after 'unpack 'remove-benchmarks
+ (lambda* (#:key import-path #:allow-other-keys)
+ (with-directory-excursion (string-append "src/" import-path)
+ (delete-file-recursively "benchmark")))))))
(propagated-inputs
(list go-github-com-josharian-intern))
(home-page "https://github.com/mailru/easyjson")
- 98/401: build-system/go: Add test-subdirs option key., (continued)
- 98/401: build-system/go: Add test-subdirs option key., guix-commits, 2024/12/26
- 131/401: gnu: go-github-com-rs-zerolog: Fix build., guix-commits, 2024/12/26
- 117/401: gnu: Add go-pgmockproxy., guix-commits, 2024/12/26
- 138/401: gnu: Add go-github-com-jackc-fake., guix-commits, 2024/12/26
- 132/401: gnu: go-go-uber-org-zap: Update to 1.27.0., guix-commits, 2024/12/26
- 159/401: gnu: Add go-github-com-ipfs-go-ds-flatfs., guix-commits, 2024/12/26
- 157/401: gnu: go-github-com-hashicorp-hcl: Fix build., guix-commits, 2024/12/26
- 174/401: gnu: Add go-gitlab-com-yawning-utls-git., guix-commits, 2024/12/26
- 171/401: gnu: Add go-gitlab-com-yawning-bsaes-git., guix-commits, 2024/12/26
- 203/401: gnu: Add go-github-com-getkin-kin-openapi., guix-commits, 2024/12/26
- 199/401: gnu: go-github-com-mailru-easyjson: Update to 0.9.0.,
guix-commits <=
- 185/401: gnu: go-github-com-twpayne-go-xdg-v3: Fix bulid., guix-commits, 2024/12/26
- 188/401: gnu: go-go-mongodb-org-mongo-driver: Simplify package., guix-commits, 2024/12/26
- 225/401: gnu: go-github-com-jcmturner-rpc: Fix import path., guix-commits, 2024/12/26
- 232/401: gnu: go-github-com-jacobsa-reqtrace: Update to 0.0.0-20150505043853-245c9e0234cb., guix-commits, 2024/12/26
- 233/401: gnu: go-github-com-jacobsa-reqtrace: Move to golang-check., guix-commits, 2024/12/26
- 246/401: gnu: Add go-github-com-jacobsa-syncutil., guix-commits, 2024/12/26
- 247/401: gnu: go-golang-org-x-net: Update to 0.33.0., guix-commits, 2024/12/26
- 243/401: gnu: Add go-github-com-maxatome-go-testdeep., guix-commits, 2024/12/26
- 01/401: gnu: Remove go-github-com-calmh-xdr., guix-commits, 2024/12/26
- 02/401: gnu: Remove go-github-com-dustin-gojson., guix-commits, 2024/12/26