1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-13 18:40:57 +02:00

gnu: go-github-com-schachmat-ingo: Move to golang-xyz.

* gnu/packages/golang.scm (go-github-com-schachmat-ingo): Move from here ...
* gnu/packages/golang-xyz.scm: ... to here.

Change-Id: I36ef07e80b18b7ca6020ecc749061fc9ac7afdc8
This commit is contained in:
Sharlatan Hellseher 2025-01-25 12:37:31 +00:00
parent 193aac9a4d
commit 1724e8635d
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5
2 changed files with 24 additions and 22 deletions

View file

@ -13194,6 +13194,30 @@ specified in DCE 1.1).")
"Golang utilities to make your life easier with zero allocations.") "Golang utilities to make your life easier with zero allocations.")
(license license:asl2.0))) (license license:asl2.0)))
(define-public go-github-com-schachmat-ingo
(package
(name "go-github-com-schachmat-ingo")
(version "0.0.0-20170403011506-a4bdc0729a3f")
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/schachmat/ingo")
(commit (go-version->git-ref version))))
(file-name (git-file-name name version))
(sha256
(base32 "1gw0kddy7jh3467imsqni86cf9yq7k6vpfc0ywkbwj0zsjsdgd49"))))
(build-system go-build-system)
(arguments
(list
#:import-path "github.com/schachmat/ingo"))
(home-page "https://github.com/schachmat/ingo")
(synopsis "Go library to persist flags in a INI-like configuration file")
(description
"Ingo is a Go library helping you to persist flags in a INI-like
configuration file.")
(license license:isc)))
(define-public go-github-com-schollz-progressbar-v3 (define-public go-github-com-schollz-progressbar-v3
(package (package
(name "go-github-com-schollz-progressbar-v3") (name "go-github-com-schollz-progressbar-v3")

View file

@ -1236,28 +1236,6 @@ form that bypasses network filtering, allowing the application to work on
networks where it would otherwise be blocked or heavily throttled.") networks where it would otherwise be blocked or heavily throttled.")
(license license:expat))) (license license:expat)))
(define-public go-github-com-schachmat-ingo
(package
(name "go-github-com-schachmat-ingo")
(version "0.0.0-20170403011506-a4bdc0729a3f")
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/schachmat/ingo")
(commit (go-version->git-ref version))))
(file-name (git-file-name name version))
(sha256
(base32 "1gw0kddy7jh3467imsqni86cf9yq7k6vpfc0ywkbwj0zsjsdgd49"))))
(build-system go-build-system)
(arguments '(#:import-path "github.com/schachmat/ingo"))
(home-page "https://github.com/schachmat/ingo")
(synopsis "Go library to persist flags in a INI-like configuration file")
(description
"Ingo is a Go library helping you to persist flags in a INI-like
configuration file.")
(license license:isc)))
(define-public go-github-com-mufti1-interconv (define-public go-github-com-mufti1-interconv
(let ((commit "d7c72925c6568d60d361757bb9f2d252dcca745c") (let ((commit "d7c72925c6568d60d361757bb9f2d252dcca745c")
(revision "0")) (revision "0"))