From 10e99250f49d40563619c849b0d4ada31f985991 Mon Sep 17 00:00:00 2001 From: "Artyom V. Poptsov" Date: Sat, 30 Nov 2024 20:05:31 +0300 Subject: gnu: go-github-com-arceliar-phony: Move to golang-xyz. * gnu/packages/golang.scm (go-github-com-arceliar-phony): Move from here... * gnu/packages/golang-xyz.scm: ...to here. Change-Id: Ia50f331f23326fa8ae6e12b410c12d06cb369bf7 --- gnu/packages/golang-xyz.scm | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) (limited to 'gnu/packages/golang-xyz.scm') diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm index 0ef4c46d9f..1dc7849edb 100644 --- a/gnu/packages/golang-xyz.scm +++ b/gnu/packages/golang-xyz.scm @@ -876,6 +876,29 @@ (define-public go-github-com-anmitsu-go-shlex commands.") (license license:expat))) +(define-public go-github-com-arceliar-phony + (package + (name "go-github-com-arceliar-phony") + (version "v0.0.0-20220903101357-530938a4b13d") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/Arceliar/phony") + (commit (go-version->git-ref version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1ww3issk2jg9nzijmz1xncdhd0mh553nixns34s3yjm4mb8c5s93")))) + (arguments + '(#:import-path "github.com/Arceliar/phony")) + (build-system go-build-system) + (home-page "https://github.com/Arceliar/phony") + (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))) + (define-public go-github-com-armon-go-radix (package (name "go-github-com-armon-go-radix") -- cgit v1.2.3