[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/45: gnu: Remove go-github-com-imdario-mergo.
From: |
guix-commits |
Subject: |
05/45: gnu: Remove go-github-com-imdario-mergo. |
Date: |
Wed, 8 Jan 2025 18:56:39 -0500 (EST) |
sharlatan pushed a commit to branch go-team
in repository guix.
commit 292c2d19a13bb63fb5c58c463cbd77d2a198a29d
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Wed Jan 8 14:31:48 2025 +0000
gnu: Remove go-github-com-imdario-mergo.
* gnu/packages/golang.scm (go-github-com-imdario-mergo): Delete variable.
(go-dario-cat-mergo): Override go-github-com-imdario-mergo's package
definition instead of inherit it.
[source] <url>: Fix permament redirection
<https://github.com/imdario/mergo> -> <https://github.com/darccio/mergo>.
[native-inputs]: Remove go-gopkg-in-yaml-v2; add go-gopkg-in-yaml-v3.
[home-page]: Fix permament redirection
<https://github.com/imdario/mergo> -> <https://github.com/darccio/mergo>.
Change-Id: I612c7d028a92e877fd20900dffaba267405d99e6
---
gnu/packages/golang.scm | 37 ++++++++-----------------------------
1 file changed, 8 insertions(+), 29 deletions(-)
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 570d8dcbf5..b7e0f7d459 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -3202,25 +3202,25 @@ Porter2 stemmer}. It is written completely using
finite state machines to do
suffix comparison, rather than the string-based or tree-based approaches.")
(license license:asl2.0))))
-(define-public go-github-com-imdario-mergo
+(define-public go-dario-cat-mergo
(package
- (name "go-github-com-imdario-mergo")
- (version "0.3.10")
+ (name "go-dario-cat-mergo")
+ (version "1.0.0")
(source (origin
(method git-fetch)
(uri (git-reference
- (url "https://github.com/imdario/mergo")
+ (url "https://github.com/darccio/mergo")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32
- "09h765p8yby9r8s0a3hv5kl8n2i382mda76wmvk48w1cc1w9s92p"))))
+ "037k2bd97vnbyhn2sczxk0j6ijmv06n1282f76i3ky73s3qmqnlf"))))
(build-system go-build-system)
(arguments
- `(#:import-path "github.com/imdario/mergo"))
+ `(#:import-path "dario.cat/mergo"))
(native-inputs
- (list go-gopkg-in-yaml-v2))
- (home-page "https://github.com/imdario/mergo/")
+ (list go-gopkg-in-yaml-v3))
+ (home-page "https://github.com/darccio/mergo")
(synopsis "Helper to merge structs and maps in Golang")
(description "Helper to merge structs and maps in Golang. Useful for
configuration default values, avoiding messy if-statements.
@@ -3231,27 +3231,6 @@ recursively any exported one. It also won't merge
structs inside
maps (because they are not addressable using Go reflection).")
(license license:bsd-3)))
-(define-public go-dario-cat-mergo
- (package
- (inherit go-github-com-imdario-mergo)
- (name "go-dario-cat-mergo")
- (version "1.0.0")
- (source (origin
- (method git-fetch)
- (uri (git-reference
- (url "https://github.com/imdario/mergo")
- (commit (string-append "v" version))))
- (file-name (git-file-name name version))
- (sha256
- (base32
- "037k2bd97vnbyhn2sczxk0j6ijmv06n1282f76i3ky73s3qmqnlf"))))
- (build-system go-build-system)
- (arguments
- `(#:unpack-path "dario.cat/mergo"
- #:import-path "dario.cat/mergo"))
- (native-inputs
- (list go-gopkg-in-yaml-v3))))
-
(define-public go-github-com-olekukonko-ts
(let ((commit "78ecb04241c0121483589a30b0814836a746187d")
(revision "0"))
- 03/45: gnu: go-jsonnet: Adjust inputs., (continued)
- 03/45: gnu: go-jsonnet: Adjust inputs., guix-commits, 2025/01/08
- 11/45: gnu: Remove go-github-com-whyrusleeping-stump., guix-commits, 2025/01/08
- 14/45: gnu: gron: Move to golang-web., guix-commits, 2025/01/08
- 17/45: gnu: go-github-com-mr-tron-base58: Move to golang-crypto., guix-commits, 2025/01/08
- 21/45: gnu: go-git-sr-ht-adnano-go-gemini: Move to golang-web., guix-commits, 2025/01/08
- 13/45: gnu: Remove go-gopkg-in-djherbis-times-v1., guix-commits, 2025/01/08
- 15/45: gnu: go-github-com-cli-safeexec: Move to golang-xyz., guix-commits, 2025/01/08
- 18/45: gnu: go-github-com-fsnotify-fsnotify: Skip one test., guix-commits, 2025/01/08
- 26/45: gnu: go-github-com-kardianos-minwinsvc: Update to 1.0.2., guix-commits, 2025/01/08
- 01/45: gnu: go-github-com-google-go-jsonnet: Update to 0.20.0., guix-commits, 2025/01/08
- 05/45: gnu: Remove go-github-com-imdario-mergo.,
guix-commits <=
- 09/45: gnu: Remove go-github-com-tevino-abool., guix-commits, 2025/01/08
- 07/45: gnu: go-dario-cat-mergo: Move to golang-xyz., guix-commits, 2025/01/08
- 27/45: gnu: go-github-com-kardianos-minwinsvc: Move to golang-xyz., guix-commits, 2025/01/08
- 39/45: gnu: go-github-com-twpayne-go-shell: Move to golang-xyz., guix-commits, 2025/01/08
- 08/45: gnu: Remove go-github-com-mtibben-androiddnsfix., guix-commits, 2025/01/08
- 16/45: gnu: go-github-com-mr-tron-base58: Update to 1.2.0., guix-commits, 2025/01/08
- 35/45: gnu: Add go-github-com-knz-lipgloss-convert., guix-commits, 2025/01/08
- 19/45: gnu: go-github-com-spaolacci-murmur3: Move to golang-crypto., guix-commits, 2025/01/08
- 24/45: gnu: go-github-com-jtolds-gls: Update to 4.20.0., guix-commits, 2025/01/08
- 31/45: gnu: go-github-com-kataras-golog: Move to golang-xyz., guix-commits, 2025/01/08