1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-20 16:15:54 +02:00

gnu: go-github-com-sabhiram-go-gitignore: Update to 0.0.0-20210923224102-525f6e181f06.

* gnu/packages/golang.scm (go-github-com-sabhiram-go-gitignore): Update to 0.0.0-20210923224102-525f6e181f06.

Change-Id: I65c5101eb854df5c2b5214adfda7fb5fe20bc3e1
This commit is contained in:
Sharlatan Hellseher
2025-01-25 13:08:26 +00:00
parent 1724e8635d
commit 82362e5c70
+3 -5
View File
@@ -2068,17 +2068,15 @@ be performed.")
(license license:unlicense))))
(define-public go-github-com-sabhiram-go-gitignore
(let ((commit "525f6e181f062064d83887ed2530e3b1ba0bc95a")
(revision "1"))
(package
(name "go-github-com-sabhiram-go-gitignore")
(version (git-version "1.0.2" revision commit))
(version "0.0.0-20210923224102-525f6e181f06")
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/sabhiram/go-gitignore")
(commit commit)))
(commit (go-version->git-ref version))))
(file-name (git-file-name name version))
(sha256
(base32
@@ -2092,7 +2090,7 @@ be performed.")
(home-page "https://github.com/sabhiram/go-gitignore")
(synopsis "Gitignore parser for Go")
(description "A @command{.gitignore} parser for Go.")
(license license:expat))))
(license license:expat)))
(define-public go-github-com-go-md2man
(package