[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/22: gnu: go-github-com-gsterjov-go-libsecret: Update to 0.0.0-2016100
From: |
guix-commits |
Subject: |
03/22: gnu: go-github-com-gsterjov-go-libsecret: Update to 0.0.0-20161001094733-a6f4afe4910c. |
Date: |
Tue, 3 Sep 2024 10:45:54 -0400 (EDT) |
sharlatan pushed a commit to branch master
in repository guix.
commit 9579f37bcc1c834bda4ae6233685e8607d9a1169
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Mon Sep 2 22:32:42 2024 +0100
gnu: go-github-com-gsterjov-go-libsecret: Update to
0.0.0-20161001094733-a6f4afe4910c.
* gnu/packages/golang.scm (go-github-com-gsterjov-go-libsecret): Update to
0.0.0-20161001094733-a6f4afe4910c.
[propagated-inputs]: Add go-github-com-godbus-dbus.
[native-inputs]: Remove go-github-com-godbus-dbus.
Change-Id: I98b6e2353bb04521a838a8e1e828cc25ccbcad35
---
gnu/packages/golang.scm | 8 +++-----
1 file changed, 3 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 648f5c1733..ba5bc35b14 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -7599,16 +7599,14 @@ aware of your profiles and configuration in
~/.aws/config.")
(license license:expat)))
(define-public go-github-com-gsterjov-go-libsecret
- (let ((commit "a6f4afe4910cad8688db3e0e9b9ac92ad22d54e1")
- (revision "0"))
(package
(name "go-github-com-gsterjov-go-libsecret")
- (version "5.0.1")
+ (version "0.0.0-20161001094733-a6f4afe4910c")
(source (origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/gsterjov/go-libsecret")
- (commit commit)))
+ (commit (go-version->git-ref version))))
(file-name (git-file-name name version))
(sha256
(base32
@@ -7624,7 +7622,7 @@ aware of your profiles and configuration in
~/.aws/config.")
"This native Go library manages secrets via the freedesktop.org
\"Secret Service\" DBus interface.")
(home-page "https://github.com/gsterjov/go-libsecret")
- (license license:expat))))
+ (license license:expat)))
(define-public go-github-com-mtibben-androiddnsfix
(let ((commit "ff02804463540c36e3a148dcf4b009d003cf2a31")
- branch master updated (5147787b1f -> 386a1c77af), guix-commits, 2024/09/03
- 03/22: gnu: go-github-com-gsterjov-go-libsecret: Update to 0.0.0-20161001094733-a6f4afe4910c.,
guix-commits <=
- 18/22: gnu: Add go-github-com-pion-webrtc-v3., guix-commits, 2024/09/03
- 12/22: gnu: go-github-com-pion-transport-v2: Update to 2.2.10., guix-commits, 2024/09/03
- 22/22: gnu: go-github-com-go-git-go-git-fixtures: Disable tests on non 64bit architectures., guix-commits, 2024/09/03
- 11/22: gnu: Add go-github-com-wlynxg-anet., guix-commits, 2024/09/03
- 20/22: gnu: Add go-github-com-libp2p-zeroconf-v2., guix-commits, 2024/09/03
- 01/22: gnu: Add go-github-com-godbus-dbus-v5., guix-commits, 2024/09/03
- 02/22: gnu: go-github-com-godbus-dbus: Enable tests., guix-commits, 2024/09/03
- 04/22: gnu: go-github-com-gsterjov-go-libsecret: Improve package style., guix-commits, 2024/09/03
- 06/22: gnu: go-github-com-zalando-go-keyring: Enable tests., guix-commits, 2024/09/03
- 10/22: gnu: go-github-com-pion-ice-v2: Update to 2.3.34., guix-commits, 2024/09/03