diff options
| author | Artyom V. Poptsov <poptsov.artyom@gmail.com> | 2024-11-30 18:21:51 +0300 |
|---|---|---|
| committer | Artyom V. Poptsov <poptsov.artyom@gmail.com> | 2024-11-30 19:38:23 +0300 |
| commit | b456e296dc401466dac2e9b09b94b3f776a95ecd (patch) | |
| tree | a7902d17805e7022c9b55cc5f2dc3838f45e0923 /gnu/packages | |
| parent | 09946106ad9c225391ccf1ca023ddc971fd0b998 (diff) | |
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
Diffstat (limited to 'gnu/packages')
| -rw-r--r-- | gnu/packages/golang.scm | 42 |
1 files changed, 20 insertions, 22 deletions
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm index 1451ffc8e01..1011d1df108 100644 --- a/gnu/packages/golang.scm +++ b/gnu/packages/golang.scm | |||
| @@ -6524,29 +6524,27 @@ error messages.") | |||
| 6524 | (license license:bsd-3))) | 6524 | (license license:bsd-3))) |
| 6525 | 6525 | ||
| 6526 | (define-public go-github-com-arceliar-phony | 6526 | (define-public go-github-com-arceliar-phony |
| 6527 | (let ((commit "d0c68492aca0bd4b5c5c8e0452c9b4c8af923eaf") | 6527 | (package |
| 6528 | (revision "0")) | 6528 | (name "go-github-com-arceliar-phony") |
| 6529 | (package | 6529 | (version "v0.0.0-20220903101357-530938a4b13d") |
| 6530 | (name "go-github-com-arceliar-phony") | 6530 | (source |
| 6531 | (version (git-version "0.0.0" revision commit)) | 6531 | (origin |
| 6532 | (source | 6532 | (method git-fetch) |
| 6533 | (origin | 6533 | (uri (git-reference |
| 6534 | (method git-fetch) | 6534 | (url "https://github.com/Arceliar/phony") |
| 6535 | (uri (git-reference | 6535 | (commit (go-version->git-ref version)))) |
| 6536 | (url "https://github.com/Arceliar/phony") | 6536 | (file-name (git-file-name name version)) |
| 6537 | (commit commit))) | 6537 | (sha256 |
| 6538 | (file-name (git-file-name name version)) | 6538 | (base32 |
| 6539 | (sha256 | 6539 | "1ww3issk2jg9nzijmz1xncdhd0mh553nixns34s3yjm4mb8c5s93")))) |
| 6540 | (base32 | 6540 | (arguments |
| 6541 | "0876y0hlb1zh8hn0pxrb5zfdadvaqmqwlr66p19yl2a76galz992")))) | 6541 | '(#:import-path "github.com/Arceliar/phony")) |
| 6542 | (arguments | 6542 | (build-system go-build-system) |
| 6543 | '(#:import-path "github.com/Arceliar/phony")) | 6543 | (home-page "https://github.com/Arceliar/phony") |
| 6544 | (build-system go-build-system) | 6544 | (synopsis "Very minimal actor model library") |
| 6545 | (home-page "https://github.com/Arceliar/phony") | 6545 | (description "Phony is a very minimal actor model library for Go, |
| 6546 | (synopsis "Very minimal actor model library") | ||
| 6547 | (description "Phony is a very minimal actor model library for Go, | ||
| 6548 | inspired by the causal messaging system in the Pony programming language.") | 6546 | inspired by the causal messaging system in the Pony programming language.") |
| 6549 | (license license:expat)))) | 6547 | (license license:expat))) |
| 6550 | 6548 | ||
| 6551 | (define-public go-github-com-gologme-log | 6549 | (define-public go-github-com-gologme-log |
| 6552 | ;; this is the same as v1.2.0, only the LICENSE file changed | 6550 | ;; this is the same as v1.2.0, only the LICENSE file changed |
