Acknowledgement sent
to Tomas Volf <~@wolfsden.cz>:
New bug report received and forwarded. Copy sent to ashvithshetty0010@zohomail.in, cox.katherine.e+guix@gmail.com, sharlatanus@gmail.com, guix-patches@gnu.org.
(Sat, 12 Jul 2025 22:44:02 GMT) (full text, mbox, link).
* gnu/packages/golang-xyz.scm (go-github-com-fatih-gomodifytags-modifytags):
New variable.
Change-Id: I821d8fee339666f0c655bf2a7f53c068ddeb9bc9
---
gnu/packages/golang-xyz.scm | 33 +++++++++++++++++++++++++++++++++
1 file changed, 33 insertions(+)
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index 78dac852ed..6f40d06f88 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -6065,6 +6065,39 @@ (define-public go-github-com-fatih-color
defined output to the standard output.")
(license license:expat)))
+(define-public go-github-com-fatih-gomodifytags-modifytags
+ (let ((commit "f3939df9aa3cc13eb51e50268af256b4f9272cdb")
+ (rev "0"))
+ (package
+ (name "go-github-com-fatih-gomodifytags-modifytags")
+ (version (git-version "1.17.0" rev commit))
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/fatih/gomodifytags")
+ (commit commit)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "0gr9bs5f94kpnmjsg7dn6gr7yazlgllyypy2g6xvqrhgzrk2ckbr"))))
+ (build-system go-build-system)
+ (arguments
+ (list
+ #:import-path "github.com/fatih/gomodifytags/modifytags"
+ #:unpack-path "github.com/fatih/gomodifytags"))
+ (propagated-inputs (list go-github-com-fatih-structtag
+ go-github-com-fatih-camelcase))
+ (home-page "https://github.com/fatih/gomodifytags")
+ (synopsis "gomodifytags")
+ (description
+ "Go tool to modify/update field tags in structs. @@code{gomodifytags} makes it
+easy to update, add or delete the tags in a struct field. You can easily add
+new tags, update existing tags (such as appending a new key, i.e: @@code{db},
+@@code{xml}, etc..) or remove existing tags. It also allows you to add and
+remove tag options. It's intended to be used by an editor, but also has modes
+to run it from the terminal. Read the usage section below for more information.")
+ (license license:bsd-3))))
+
(define-public go-github-com-fatih-structs
(package
(name "go-github-com-fatih-structs")
--
2.50.0
Information forwarded
to ashvithshetty0010@zohomail.in, cox.katherine.e+guix@gmail.com, sharlatanus@gmail.com, guix-patches@gnu.org: bug#79002; Package guix-patches.
(Sat, 12 Jul 2025 22:48:03 GMT) (full text, mbox, link).
Hi :)
Sharlatan Hellseher <sharlatanus@gmail.com> writes:
> Why not to open a Merge Request on CodeBerg?
>
> https://codeberg.org/guix/guix/pulls
I do not currently have a Codeberg account -- which is a necessary
prerequisite for making a pull request -- and due to my concerns
regarding the Terms of Use that I have raised during the GCD procedure,
I do not currently want to make one. Ludovic mentioned the possibility
of discussing the issues with Codeberg after the migration, so I am
waiting on the result of that.
At the same time I fully acknowledge that I am in a tiny minority, so it
is not exactly a important issue. Since the mailing list will be
operational until the end of year (at least), I am planning to figure
out my feelings regarding Codeberg in the winter.
Tomas
--
There are only two hard things in Computer Science:
cache invalidation, naming things and off-by-one errors.
Reply sent
to Sharlatan Hellseher <sharlatanus@gmail.com>:
You have taken responsibility.
(Mon, 14 Jul 2025 10:48:02 GMT) (full text, mbox, link).
Notification sent
to Tomas Volf <~@wolfsden.cz>:
bug acknowledged by developer.
(Mon, 14 Jul 2025 10:48:02 GMT) (full text, mbox, link).
Debbugs is free software and licensed under the terms of the
GNU Public License version 2. The current version can be
obtained from https://bugs.debian.org/debbugs-source/.