emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#50037: closed ([PATCH 1/2] gnu: go-github-com-zalando-go-keyring: Up


From: GNU bug Tracking System
Subject: bug#50037: closed ([PATCH 1/2] gnu: go-github-com-zalando-go-keyring: Update to 0.1.1.)
Date: Tue, 03 Sep 2024 10:17:02 +0000

Your message dated Tue, 03 Sep 2024 11:14:18 +0100
with message-id <87wmjtxcw5.fsf@gmail.com>
and subject line [PATCH 1/2] gnu: go-github-com-zalando-go-keyring: Update to 
0.1.1.
has caused the debbugs.gnu.org bug report #50037,
regarding [PATCH 1/2] gnu: go-github-com-zalando-go-keyring: Update to 0.1.1.
to be marked as done.

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


-- 
50037: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=50037
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH 1/2] gnu: go-github-com-zalando-go-keyring: Update to 0.1.1. Date: Thu, 12 Aug 2021 20:48:54 -0700
The import path for godbus-dbus-v5 changed, so update it with the
corresponding update for its only dependent.  (Chezmoi only depends on
godbus-dbus-v5 through this package.)

* gnu/packages/golang.scm (go-github-com-zalando-go-keyring): Update to
0.1.1.
(go-github-com-godbus-dbus-v5)[arguments]: Use correct import-path.
---
This depends on the go-github-com-godbus-dbus -> go-github-com-godbus-dbus-v5
rename in #50035.  I didn't want to hide this update in the patchset, though.
I've also propagated an input that should have been.

--
Sarah
 gnu/packages/golang.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 28ead635f2..3722e48552 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -7445,7 +7445,7 @@ and @code{ioutil} packages that is easy to test.")
                 "0znax8kskb5gmp5fj75w56bc9p7b22wrdswzlh4d04sprlc471yi"))))
     (build-system go-build-system)
     (arguments
-     `(#:import-path "github.com/godbus/dbus"
+     `(#:import-path "github.com/godbus/dbus/v5"
        #:phases
        (modify-phases %standard-phases
          (replace 'check
@@ -7463,7 +7463,7 @@ bindings for the D-Bus message bus system.")
 (define-public go-github-com-zalando-go-keyring
   (package
     (name "go-github-com-zalando-go-keyring")
-    (version "0.1.0")
+    (version "0.1.1")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -7472,7 +7472,7 @@ bindings for the D-Bus message bus system.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0kj54nkiyccy6m9iy9a53f6412a54xk96j88jaiq35yzdgfa4z3p"))))
+                "1wqv6d5b3bc7ymkarp761ivbq71q5a6cc9a27dk3gf772k9in0jf"))))
     (build-system go-build-system)
     (arguments
      `(#:tests? #f ;XXX: Fix dbus tests

base-commit: d87d6d68128c53a95fe09c3a4381575646c0f368
prerequisite-patch-id: 1f54f3d65c26fb7f2f39078e074b863fa65cc6cb
prerequisite-patch-id: ea7dd7cdb43fc04fa7b2962cd3b4687b67c2ae6d
prerequisite-patch-id: d30707c981be14dacef30da2b4994ce64e174ac6
-- 
2.31.1




--- End Message ---
--- Begin Message --- Subject: [PATCH 1/2] gnu: go-github-com-zalando-go-keyring: Update to 0.1.1. Date: Tue, 03 Sep 2024 11:14:18 +0100
Hi,

This patch series was used as base for:

- fa7de86cfc * gnu: go-github-com-zalando-go-keyring: Enable tests.
- 669dc9d906 * gnu: go-github-com-zalando-go-keyring: Update to 0.2.5.
- 7573464ede * gnu: go-github-com-gsterjov-go-libsecret: Improve package style.
- c32ae37272 * gnu: go-github-com-gsterjov-go-libsecret: Update to 
0.0.0-20161001094733-a6f4afe4910c.
- d567987426 * gnu: go-github-com-godbus-dbus: Enable tests.
- 5bb0d4b0d6 * gnu: Add go-github-com-godbus-dbus-v5.

--
Oleg

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]