mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: go-github-com-arceliar-phony: Update to v0.0.0-20220903101357-530938a4b13d.
* gnu/packages/golang.scm (go-github-com-arceliar-phony): Update to v0.0.0-20220903101357-530938a4b13d. Change-Id: I440b785cb902e2a851698e249a273d88a4c937a3
This commit is contained in:
parent
09946106ad
commit
b456e296dc
1 changed files with 20 additions and 22 deletions
|
@ -6524,29 +6524,27 @@ error messages.")
|
||||||
(license license:bsd-3)))
|
(license license:bsd-3)))
|
||||||
|
|
||||||
(define-public go-github-com-arceliar-phony
|
(define-public go-github-com-arceliar-phony
|
||||||
(let ((commit "d0c68492aca0bd4b5c5c8e0452c9b4c8af923eaf")
|
(package
|
||||||
(revision "0"))
|
(name "go-github-com-arceliar-phony")
|
||||||
(package
|
(version "v0.0.0-20220903101357-530938a4b13d")
|
||||||
(name "go-github-com-arceliar-phony")
|
(source
|
||||||
(version (git-version "0.0.0" revision commit))
|
(origin
|
||||||
(source
|
(method git-fetch)
|
||||||
(origin
|
(uri (git-reference
|
||||||
(method git-fetch)
|
(url "https://github.com/Arceliar/phony")
|
||||||
(uri (git-reference
|
(commit (go-version->git-ref version))))
|
||||||
(url "https://github.com/Arceliar/phony")
|
(file-name (git-file-name name version))
|
||||||
(commit commit)))
|
(sha256
|
||||||
(file-name (git-file-name name version))
|
(base32
|
||||||
(sha256
|
"1ww3issk2jg9nzijmz1xncdhd0mh553nixns34s3yjm4mb8c5s93"))))
|
||||||
(base32
|
(arguments
|
||||||
"0876y0hlb1zh8hn0pxrb5zfdadvaqmqwlr66p19yl2a76galz992"))))
|
'(#:import-path "github.com/Arceliar/phony"))
|
||||||
(arguments
|
(build-system go-build-system)
|
||||||
'(#:import-path "github.com/Arceliar/phony"))
|
(home-page "https://github.com/Arceliar/phony")
|
||||||
(build-system go-build-system)
|
(synopsis "Very minimal actor model library")
|
||||||
(home-page "https://github.com/Arceliar/phony")
|
(description "Phony is a very minimal actor model library for Go,
|
||||||
(synopsis "Very minimal actor model library")
|
|
||||||
(description "Phony is a very minimal actor model library for Go,
|
|
||||||
inspired by the causal messaging system in the Pony programming language.")
|
inspired by the causal messaging system in the Pony programming language.")
|
||||||
(license license:expat))))
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public go-github-com-gologme-log
|
(define-public go-github-com-gologme-log
|
||||||
;; this is the same as v1.2.0, only the LICENSE file changed
|
;; this is the same as v1.2.0, only the LICENSE file changed
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue