gnu: go-github-com-thejerf-suture: Update to 3.0.2.

* gnu/packages/syncthing.scm (go-github-com-thejerf-suture): Update to 3.0.2.
This commit is contained in:
Leo Famulari 2019-03-06 15:47:17 -05:00
parent 767579d18b
commit ac51900dfd
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08
1 changed files with 19 additions and 21 deletions

View File

@ -521,25 +521,23 @@ database in Go.")
(license bsd-2)))) (license bsd-2))))
(define-public go-github-com-thejerf-suture (define-public go-github-com-thejerf-suture
(let ((commit "bf6ee6a0b047ebbe9ae07d847f750dd18c6a9276") (package
(revision "0")) (name "go-github-com-thejerf-suture")
(package (version "3.0.2")
(name "go-github-com-thejerf-suture") (source (origin
(version (git-version "3.0.0" revision commit)) (method git-fetch)
(source (origin (uri (git-reference
(method git-fetch) (url "https://github.com/thejerf/suture")
(uri (git-reference (commit (string-append "v" version))))
(url "https://github.com/thejerf/suture") (file-name (git-file-name name version))
(commit commit))) (sha256
(file-name (git-file-name name version)) (base32
(sha256 "03bdrl78jfwk0kw40lj63ga9cxhgccgss8yi9lp5j0m0ml7921gh"))))
(base32 (build-system go-build-system)
"0rzx9k408vaglwnnpgpcs6y7ff7p65915nbg33rvbaz13hxwkz3y")))) (arguments
(build-system go-build-system) `(#:import-path "github.com/thejerf/suture"))
(arguments (synopsis "Supervisor trees for Go")
`(#:import-path "github.com/thejerf/suture")) (description "Suture provides Erlang-ish supervisor trees for Go.
(synopsis "Supervisor trees for Go")
(description "Suture provides Erlang-ish supervisor trees for Go.
\"Supervisor trees\" -> \"sutree\" -> \"suture\" -> holds your code together \"Supervisor trees\" -> \"sutree\" -> \"suture\" -> holds your code together
when it's trying to die. when it's trying to die.
@ -548,8 +546,8 @@ with supervision trees (such as burning all your CPU time endlessly restarting
dead services), while also making no unnecessary demands on the \"service\" dead services), while also making no unnecessary demands on the \"service\"
code, and providing hooks to perform adequate logging with in a production code, and providing hooks to perform adequate logging with in a production
environment") environment")
(home-page "https://github.com/thejerf/suture") (home-page "https://github.com/thejerf/suture")
(license expat)))) (license expat)))
(define-public go-github-com-vitrun-qart-coding (define-public go-github-com-vitrun-qart-coding
(let ((commit "bf64b92db6b05651d6c25a3dabf2d543b360c0aa") (let ((commit "bf64b92db6b05651d6c25a3dabf2d543b360c0aa")