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: "Artyom V. Poptsov" <poptsov.artyom <at> gmail.com>
Subject: bug#70377: closed ([PATCH] gnu: go-go-uber-org-fx: Fix repository
 URI.)
Date: Sun, 14 Apr 2024 11:10:16 +0000
[Message part 1 (text/plain, inline)]
Your bug report

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

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 70377 <at> debbugs.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: 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 3 (text/plain, inline)]
Hi,

Thanks for catching this up!

Pushed as 1c5e419ee7b64e5fc729d6c0c8b4aea61e8d5a46 to master.

--
Oleg
[signature.asc (application/pgp-signature, inline)]
[Message part 5 (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




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.