mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: go-github-com-emersion-go-autostart: Update to 0.0.0-20210130080809-00ed301c8e9a.
* gnu/packages/golang.scm (go-github-com-emersion-go-autostart): Update to 0.0.0-20210130080809-00ed301c8e9a. Change-Id: I103e0c9d4d89317371458737af6a33f7d0d3005b
This commit is contained in:
parent
8bf88c582a
commit
8292c0de00
1 changed files with 3 additions and 5 deletions
|
@ -2343,18 +2343,16 @@ running with its management port enabled.")
|
||||||
(license license:expat))))
|
(license license:expat))))
|
||||||
|
|
||||||
(define-public go-github-com-emersion-go-autostart
|
(define-public go-github-com-emersion-go-autostart
|
||||||
(let ((commit "00ed301c8e9ae79e82878c6361c709983ac5dd2c")
|
|
||||||
(revision "0"))
|
|
||||||
(package
|
(package
|
||||||
(name "go-github-com-emersion-go-autostart")
|
(name "go-github-com-emersion-go-autostart")
|
||||||
(version (git-version "0.0.0" revision commit))
|
(version "0.0.0-20210130080809-00ed301c8e9a")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri
|
(uri
|
||||||
(git-reference
|
(git-reference
|
||||||
(url "https://github.com/emersion/go-autostart")
|
(url "https://github.com/emersion/go-autostart")
|
||||||
(commit commit)))
|
(commit (go-version->git-ref version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0cqqvbzn32xv5lknfygrx01rx2sc6pi833k7008nlk9lsfgry06v"))))
|
(base32 "0cqqvbzn32xv5lknfygrx01rx2sc6pi833k7008nlk9lsfgry06v"))))
|
||||||
|
@ -2364,7 +2362,7 @@ running with its management port enabled.")
|
||||||
(home-page "https://github.com/emersion/go-autostart")
|
(home-page "https://github.com/emersion/go-autostart")
|
||||||
(synopsis "Autostart library in Go")
|
(synopsis "Autostart library in Go")
|
||||||
(description "Go-Autostart is a Go library to run a command after login.")
|
(description "Go-Autostart is a Go library to run a command after login.")
|
||||||
(license license:expat))))
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public go-github-com-dchest-siphash
|
(define-public go-github-com-dchest-siphash
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue