@@ -4013,3 +4013,27 @@ gist (https://gist.github.com/kballard/272720)")
(synopsis "File system notifications for Go")
(description "File system notifications for Go")
(license license:bsd-3))))
+
+(define-public go-github-com-go-ini-ini
+ (let ((url "https://github.com/go-ini/ini"))
+ (package
+ (name "go-github-com-go-ini-ini")
+ (version "1.44.0")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url url)
+ (commit (string-append "v" version))))
+ (sha256
+ (base32
+ "072fhg4i5k26pxq3kg5y5h9lb9w5ka75jl000q5bjcdv2yf8qhcv"))
+ (file-name (git-file-name name version))))
+ (build-system go-build-system)
+ (arguments
+ '(#:import-path "github.com/go-ini/ini"
+ #:tests? #f))
+ (home-page url)
+ (synopsis "Package ini provides INI file read and write functionality in Go")
+ (description "Package ini provides INI file read and write functionality in Go.")
+ (license license:asl2.0))))