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>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Sharlatan Hellseher <sharlatanus <at> gmail.com>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#70377: closed ([PATCH] gnu: go-go-uber-org-fx: Fix repository
 URI.)
Date: Sun, 14 Apr 2024 11:10:14 +0000
[Message part 1 (text/plain, inline)]
Your message dated Sun, 14 Apr 2024 12:08:54 +0100
with message-id <87edb8ryk9.fsf <at> gmail.com>
and subject line [PATCH] gnu: go-go-uber-org-fx: Fix repository URI.
has caused the debbugs.gnu.org bug report #70377,
regarding [PATCH] gnu: go-go-uber-org-fx: Fix repository URI.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
70377: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=70377
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
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



[Message part 3 (message/rfc822, inline)]
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 4 (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 1 year and 40 days ago.

Previous Next


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