gnu: go-github-com-go-ini-ini: Move to golang-xyz.

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

Change-Id: I0c7defa973b0301de3064d53b6c6b502fca9ef95
This commit is contained in:
Sharlatan Hellseher 2025-01-11 13:45:50 +00:00
parent 04dc2c0ae0
commit a242505baa
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5
2 changed files with 24 additions and 23 deletions

View file

@ -5448,6 +5448,30 @@ operations.")
(list
#:import-path "github.com/go-git/go-git-fixtures/v5"))))
(define-public go-github-com-go-ini-ini
(package
(name "go-github-com-go-ini-ini")
(version "1.67.0")
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/go-ini/ini")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "1vpzkjmrwp7bqqsijp61293kk2vn6lcck56j8m5y6ks6cf21lpap"))))
(build-system go-build-system)
(arguments
(list #:import-path "github.com/go-ini/ini"))
(propagated-inputs
(list go-github-com-stretchr-testify))
(home-page "https://gopkg.in/ini.v1")
(synopsis "INI file read and write functionality in Go")
(description
"This package provides INI file read and write functionality in Go.")
(license license:asl2.0)))
(define-public go-github-com-go-kit-log
(package
(name "go-github-com-go-kit-log")