mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 14:56:54 +01:00
gnu: go-github-com-stathat-go: Update to 1.0.0.
* gnu/packages/golang-xyz.scm (go-github-com-stathat-go): Update to 1.0.0. Change-Id: I62c92bdd8176298d938d87580d7277accd271cd3
This commit is contained in:
parent
9d6cc757f7
commit
6349f166d5
1 changed files with 3 additions and 5 deletions
|
@ -12827,17 +12827,15 @@ (define-public go-github-com-spf13-viper
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public go-github-com-stathat-go
|
(define-public go-github-com-stathat-go
|
||||||
(let ((commit "74669b9f388d9d788c97399a0824adbfee78400e")
|
|
||||||
(revision "0"))
|
|
||||||
(package
|
(package
|
||||||
(name "go-github-com-stathat-go")
|
(name "go-github-com-stathat-go")
|
||||||
(version (git-version "0.0.0" revision commit))
|
(version "1.0.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/stathat/go")
|
(url "https://github.com/stathat/go")
|
||||||
(commit commit)))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1zzlsl24dyr202qkr2pay22m6d0gb7ssms77wgdx0r0clgm7dihw"))))
|
(base32 "1zzlsl24dyr202qkr2pay22m6d0gb7ssms77wgdx0r0clgm7dihw"))))
|
||||||
|
@ -12847,7 +12845,7 @@ (define-public go-github-com-stathat-go
|
||||||
(synopsis "Post statistics to StatHat")
|
(synopsis "Post statistics to StatHat")
|
||||||
(description "This is a Go package for posting to a StatHat account.")
|
(description "This is a Go package for posting to a StatHat account.")
|
||||||
(home-page "https://github.com/stathat/go")
|
(home-page "https://github.com/stathat/go")
|
||||||
(license license:expat))))
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public go-github-com-stoewer-go-strcase
|
(define-public go-github-com-stoewer-go-strcase
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Reference in a new issue