~ruther/guix-local

b03db2877e127890d6358456c2c54eb4f1f16356 — Sharlatan Hellseher 1 year, 3 months ago d743ff9
gnu: Add go-git-sr-ht-rjarry-go-opt-v2.

* gnu/packages/golang-xyz.scm (go-git-sr-ht-rjarry-go-opt-v2): New variable.

Change-Id: Ia45805e944fc5fefbb750f801c4edae0aed4622d
1 files changed, 18 insertions(+), 0 deletions(-)

M gnu/packages/golang-xyz.scm
M gnu/packages/golang-xyz.scm => gnu/packages/golang-xyz.scm +18 -0
@@ 374,6 374,24 @@ annotations on struct fields.  It came as a spin-off from
commands.")
    (license license:expat)))

(define-public go-git-sr-ht-rjarry-go-opt-v2
  (package
    (inherit go-git-sr-ht-rjarry-go-opt)
    (name "go-git-sr-ht-rjarry-go-opt-v2")
    (version "2.0.1")
    (source
     (origin
       (method git-fetch)
       (uri (git-reference
             (url "https://git.sr.ht/~rjarry/go-opt")
             (commit (string-append "v" version))))
       (file-name (git-file-name name version))
       (sha256
        (base32 "1092926vcgkhp2yjpvlx7g7q60j0bbkkq6n4v1nv2mapxvrs7xjf"))))
    (arguments
     (list
      #:import-path "git.sr.ht/~rjarry/go-opt/v2"))))

(define-public go-git-sr-ht-rockorager-tcell-term
  (package
    (name "go-git-sr-ht-rockorager-tcell-term")