gnu: go-github-com-stathat-go: Update version string.
The commit was also tagged 1.0.0. * gnu/packages/syncthing.scm (go-github-com-stathat-go)[version]: Retag 1.0.0. [source]: Update to use version string.master
parent
1e07bd2aa7
commit
4672f2c23c
|
@ -492,16 +492,14 @@ higher-level API for doing so.")
|
|||
(license isc)))
|
||||
|
||||
(define-public go-github-com-stathat-go
|
||||
(let ((commit "74669b9f388d9d788c97399a0824adbfee78400e")
|
||||
(revision "0"))
|
||||
(package
|
||||
(name "go-github-com-stathat-go")
|
||||
(version (git-version "0.0.0" revision commit))
|
||||
(version "1.0.0")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/stathat/go")
|
||||
(commit commit)))
|
||||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
|
@ -512,7 +510,7 @@ higher-level API for doing so.")
|
|||
(synopsis "Post statistics to StatHat")
|
||||
(description "This is a Go package for posting to a StatHat account.")
|
||||
(home-page "https://github.com/stathat/go")
|
||||
(license expat))))
|
||||
(license expat)))
|
||||
|
||||
(define-public go-github-com-rcrowley-go-metrics
|
||||
(let ((commit "cac0b30c2563378d434b5af411844adff8e32960")
|
||||
|
|
Reference in New Issue