mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-15 19:40:46 +02:00
gnu: go-github-com-gologme-log: Update to 1.3.0.
* gnu/packages/golang.scm (go-github-com-gologme-log): Update to 1.3.0. Change-Id: Iba2fe62ec8137d394b02e8f4503d1c7c299c6984
This commit is contained in:
parent
3c15a155d8
commit
6c71869031
1 changed files with 4 additions and 6 deletions
|
@ -4734,21 +4734,19 @@ configuration languages, but other uses may be possible too.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public go-github-com-gologme-log
|
(define-public go-github-com-gologme-log
|
||||||
;; this is the same as v1.2.0, only the LICENSE file changed
|
|
||||||
(let ((commit "720ba0b3ccf0a91bc6018c9967a2479f93f56a55"))
|
|
||||||
(package
|
(package
|
||||||
(name "go-github-com-gologme-log")
|
(name "go-github-com-gologme-log")
|
||||||
(version "1.2.0")
|
(version "1.3.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/gologme/log")
|
(url "https://github.com/gologme/log")
|
||||||
(commit commit)))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0z3gs5ngv2jszp42ypp3ai0pn410v3b2m674g73ma7vsbn2yjk1n"))))
|
"0m7dszaisviq7fgwyxg9lwhxyzdab0w7d1zbilrnarzvyx9wh3ax"))))
|
||||||
(build-system go-build-system)
|
(build-system go-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:import-path "github.com/gologme/log"))
|
'(#:import-path "github.com/gologme/log"))
|
||||||
|
@ -4759,7 +4757,7 @@ configuration languages, but other uses may be possible too.")
|
||||||
log package. All the functionality of the built-in package still exists and
|
log package. All the functionality of the built-in package still exists and
|
||||||
is unchanged. This package contains a series of small enhancements and
|
is unchanged. This package contains a series of small enhancements and
|
||||||
additions.")
|
additions.")
|
||||||
(license license:bsd-3))))
|
(license license:bsd-3)))
|
||||||
|
|
||||||
(define-public go-github-com-kardianos-minwinsvc
|
(define-public go-github-com-kardianos-minwinsvc
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue