GNU bug report logs - #74623
[PATCH 0/3] gnu: yggdrasil: Update to 0.5.10.

Previous Next

Package: guix-patches;

Reported by: "Artyom V. Poptsov" <poptsov.artyom <at> gmail.com>

Date: Sat, 30 Nov 2024 15:27:02 UTC

Severity: normal

Tags: patch

Done: "Artyom V. Poptsov" <poptsov.artyom <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: "Artyom V. Poptsov" <poptsov.artyom <at> gmail.com>
To: 74623 <at> debbugs.gnu.org
Cc: "Artyom V. Poptsov" <poptsov.artyom <at> 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
* 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





This bug report was last modified 173 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.