GNU bug report logs - #70377
[PATCH] gnu: go-go-uber-org-fx: Fix repository URI.

Previous Next

Package: guix-patches;

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

Date: Sun, 14 Apr 2024 08:25:03 UTC

Severity: normal

Tags: patch

Done: Sharlatan Hellseher <sharlatanus <at> gmail.com>

To reply to this bug, email your comments to 70377 AT debbugs.gnu.org.
There is no need to reopen the bug first.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to cox.katherine.e+guix <at> gmail.com, sharlatanus <at> gmail.com, guix-patches <at> gnu.org:
bug#70377; Package guix-patches. (Sun, 14 Apr 2024 08:25:04 GMT) Full text and rfc822 format available.

Acknowledgement sent to "Artyom V. Poptsov" <poptsov.artyom <at> gmail.com>:
New bug report received and forwarded. Copy sent to cox.katherine.e+guix <at> gmail.com, sharlatanus <at> gmail.com, guix-patches <at> gnu.org. (Sun, 14 Apr 2024 08:25:04 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: "Artyom V. Poptsov" <poptsov.artyom <at> gmail.com>
To: guix-patches <at> gnu.org
Cc: "Artyom V. Poptsov" <poptsov.artyom <at> gmail.com>
Subject: [PATCH] gnu: go-go-uber-org-fx: Fix repository URI.
Date: Sun, 14 Apr 2024 11:24:10 +0300
* gnu/packages/golang-xyz.scm (go-go-uber-org-fx) [source]: Fix repository
  URI.

Change-Id: I82b340a094efa9157bc56ae851ad94c9b0ffaff6
---
 gnu/packages/golang-xyz.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index 96d1be1a77..94451b68df 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -3271,7 +3271,7 @@ (define-public go-go-uber-org-fx
      (origin
        (method git-fetch)
        (uri (git-reference
-             (url "https://pkg.go.dev/go.uber.org/fx")
+             (url "https://github.com/uber-go/fx")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256

base-commit: ef9a2f9e91d37c0d93e689eb26ebeb6483655968
-- 
2.41.0





Reply sent to Sharlatan Hellseher <sharlatanus <at> gmail.com>:
You have taken responsibility. (Sun, 14 Apr 2024 11:10:14 GMT) Full text and rfc822 format available.

Notification sent to "Artyom V. Poptsov" <poptsov.artyom <at> gmail.com>:
bug acknowledged by developer. (Sun, 14 Apr 2024 11:10:16 GMT) Full text and rfc822 format available.

Message #10 received at 70377-done <at> debbugs.gnu.org (full text, mbox):

From: Sharlatan Hellseher <sharlatanus <at> gmail.com>
To: 70377-done <at> debbugs.gnu.org
Subject: [PATCH] gnu: go-go-uber-org-fx: Fix repository URI.
Date: Sun, 14 Apr 2024 12:08:54 +0100
[Message part 1 (text/plain, inline)]
Hi,

Thanks for catching this up!

Pushed as 1c5e419ee7b64e5fc729d6c0c8b4aea61e8d5a46 to master.

--
Oleg
[signature.asc (application/pgp-signature, inline)]

This bug report was last modified 20 days ago.

Previous Next


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