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
gnu/packages
|
@ -492,27 +492,25 @@ higher-level API for doing so.")
|
||||||
(license isc)))
|
(license isc)))
|
||||||
|
|
||||||
(define-public go-github-com-stathat-go
|
(define-public go-github-com-stathat-go
|
||||||
(let ((commit "74669b9f388d9d788c97399a0824adbfee78400e")
|
(package
|
||||||
(revision "0"))
|
(name "go-github-com-stathat-go")
|
||||||
(package
|
(version "1.0.0")
|
||||||
(name "go-github-com-stathat-go")
|
(source (origin
|
||||||
(version (git-version "0.0.0" revision commit))
|
(method git-fetch)
|
||||||
(source (origin
|
(uri (git-reference
|
||||||
(method git-fetch)
|
(url "https://github.com/stathat/go")
|
||||||
(uri (git-reference
|
(commit (string-append "v" version))))
|
||||||
(url "https://github.com/stathat/go")
|
(file-name (git-file-name name version))
|
||||||
(commit commit)))
|
(sha256
|
||||||
(file-name (git-file-name name version))
|
(base32
|
||||||
(sha256
|
"1zzlsl24dyr202qkr2pay22m6d0gb7ssms77wgdx0r0clgm7dihw"))))
|
||||||
(base32
|
(build-system go-build-system)
|
||||||
"1zzlsl24dyr202qkr2pay22m6d0gb7ssms77wgdx0r0clgm7dihw"))))
|
(arguments
|
||||||
(build-system go-build-system)
|
`(#:import-path "github.com/stathat/go"))
|
||||||
(arguments
|
(synopsis "Post statistics to StatHat")
|
||||||
`(#:import-path "github.com/stathat/go"))
|
(description "This is a Go package for posting to a StatHat account.")
|
||||||
(synopsis "Post statistics to StatHat")
|
(home-page "https://github.com/stathat/go")
|
||||||
(description "This is a Go package for posting to a StatHat account.")
|
(license expat)))
|
||||||
(home-page "https://github.com/stathat/go")
|
|
||||||
(license expat))))
|
|
||||||
|
|
||||||
(define-public go-github-com-rcrowley-go-metrics
|
(define-public go-github-com-rcrowley-go-metrics
|
||||||
(let ((commit "cac0b30c2563378d434b5af411844adff8e32960")
|
(let ((commit "cac0b30c2563378d434b5af411844adff8e32960")
|
||||||
|
|
Reference in New Issue