mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-15 19:40:46 +02:00
gnu: go-github-com-surge-glog: Update to 0.0.0-20141108051140-2578deb2b95c.
* gnu/packages/golang.scm (go-github-com-surge-glog): Update to 0.0.0-20141108051140-2578deb2b95c. Change-Id: I2817ab87608a339c8593a29633f69f4481f7a7bc
This commit is contained in:
parent
f9ea212e91
commit
c409e8af13
1 changed files with 4 additions and 7 deletions
|
@ -2143,18 +2143,15 @@ characters with their ASCII approximations.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public go-github-com-surge-glog
|
(define-public go-github-com-surge-glog
|
||||||
(let ((commit "2578deb2b95c665e6b1ebabf304ce2085c9e1985")
|
|
||||||
(revision "1"))
|
|
||||||
(package
|
(package
|
||||||
(name "go-github-com-surge-glog")
|
(name "go-github-com-surge-glog")
|
||||||
(version (git-version "0.0.0" revision commit))
|
(version "0.0.0-20141108051140-2578deb2b95c")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/surge/glog")
|
(url "https://github.com/surge/glog")
|
||||||
(commit commit)))
|
(commit (go-version->git-ref version))))
|
||||||
(file-name (string-append "go-github-com-surge-glog-"
|
(file-name (git-file-name name version))
|
||||||
version "-checkout"))
|
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1bxcwxvsvr2hfpjz9hrrn0wrgykwmrbyk567102k3vafw9xdcwk4"))))
|
"1bxcwxvsvr2hfpjz9hrrn0wrgykwmrbyk567102k3vafw9xdcwk4"))))
|
||||||
|
@ -2164,7 +2161,7 @@ characters with their ASCII approximations.")
|
||||||
(home-page "https://github.com/surge/glog")
|
(home-page "https://github.com/surge/glog")
|
||||||
(synopsis "Leveled execution logs for Go")
|
(synopsis "Leveled execution logs for Go")
|
||||||
(description "Leveled execution logs for Go.")
|
(description "Leveled execution logs for Go.")
|
||||||
(license license:asl2.0))))
|
(license license:asl2.0)))
|
||||||
|
|
||||||
(define-public go-github-com-twpayne-go-vfsafero
|
(define-public go-github-com-twpayne-go-vfsafero
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue