unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: "Artyom V. Poptsov" <poptsov.artyom@gmail.com>
To: 74623@debbugs.gnu.org
Cc: "Artyom V. Poptsov" <poptsov.artyom@gmail.com>
Subject: [bug#74623] [PATCH 2/3] gnu: go-github-com-arceliar-phony: Update to v0.0.0-20220903101357-530938a4b13d.
Date: Sat, 30 Nov 2024 18:29:08 +0300	[thread overview]
Message-ID: <957a2567b9ed69cb70730a5bcadeb3cf9b08c038.1732980333.git.poptsov.artyom@gmail.com> (raw)
In-Reply-To: <cover.1732980333.git.poptsov.artyom@gmail.com>

* gnu/packages/golang.scm (go-github-com-arceliar-phony): Update to v0.0.0-20220903101357-530938a4b13d.

Change-Id: I440b785cb902e2a851698e249a273d88a4c937a3
---
 gnu/packages/golang.scm | 42 ++++++++++++++++++++---------------------
 1 file changed, 20 insertions(+), 22 deletions(-)

diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 1451ffc8e0..1011d1df10 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -6524,29 +6524,27 @@ (define-public go-gopkg-in-errgo-fmt-errors
     (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))
-      (source
-       (origin
-         (method git-fetch)
-         (uri (git-reference
-               (url "https://github.com/Arceliar/phony")
-               (commit commit)))
-         (file-name (git-file-name name version))
-         (sha256
-          (base32
-           "0876y0hlb1zh8hn0pxrb5zfdadvaqmqwlr66p19yl2a76galz992"))))
-      (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,
+  (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))))
+    (license license:expat)))
 
 (define-public go-github-com-gologme-log
   ;; this is the same as v1.2.0, only the LICENSE file changed
-- 
2.46.0





  parent reply	other threads:[~2024-11-30 15:31 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-11-30 15:26 [bug#74623] [PATCH 0/3] gnu: yggdrasil: Update to 0.5.10 Artyom V. Poptsov
2024-11-30 15:29 ` [bug#74623] [PATCH 1/3] gnu: go-github-com-arceliar-ironwood: Update to v0.0.0-20241122002527-75a6e82fa380 Artyom V. Poptsov
2024-11-30 15:29 ` Artyom V. Poptsov [this message]
2024-11-30 15:29 ` [bug#74623] [PATCH 3/3] gnu: yggdrasil: Update to 0.5.10 Artyom V. Poptsov
2024-11-30 16:28 ` [bug#74623] [PATCH 0/3] " Sharlatan Hellseher
2024-11-30 16:46 ` bug#74623: " Artyom V. Poptsov

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=957a2567b9ed69cb70730a5bcadeb3cf9b08c038.1732980333.git.poptsov.artyom@gmail.com \
    --to=poptsov.artyom@gmail.com \
    --cc=74623@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).