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:
Artyom V. Poptsov 2024-11-30 18:21:51 +03:00
parent 09946106ad
commit b456e296dc
No known key found for this signature in database
GPG key ID: 935EBE0736DC857E

View file

@ -6524,21 +6524,19 @@ error messages.")
(license license:bsd-3)))
(define-public go-github-com-arceliar-phony
(let ((commit "d0c68492aca0bd4b5c5c8e0452c9b4c8af923eaf")
(revision "0"))
(package
(name "go-github-com-arceliar-phony")
(version (git-version "0.0.0" revision commit))
(version "v0.0.0-20220903101357-530938a4b13d")
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/Arceliar/phony")
(commit commit)))
(commit (go-version->git-ref version))))
(file-name (git-file-name name version))
(sha256
(base32
"0876y0hlb1zh8hn0pxrb5zfdadvaqmqwlr66p19yl2a76galz992"))))
"1ww3issk2jg9nzijmz1xncdhd0mh553nixns34s3yjm4mb8c5s93"))))
(arguments
'(#:import-path "github.com/Arceliar/phony"))
(build-system go-build-system)
@ -6546,7 +6544,7 @@ error messages.")
(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.")
(license license:expat))))
(license license:expat)))
(define-public go-github-com-gologme-log
;; this is the same as v1.2.0, only the LICENSE file changed