mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
04dc2c0ae0
commit
a242505baa
2 changed files with 24 additions and 23 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue