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
This commit is contained in:
Sharlatan Hellseher 2024-09-02 22:32:42 +01:00
parent c293aa1d6f
commit 9579f37bcc
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -7599,16 +7599,14 @@ aware of your profiles and configuration in ~/.aws/config.")
(license license:expat))) (license license:expat)))
(define-public go-github-com-gsterjov-go-libsecret (define-public go-github-com-gsterjov-go-libsecret
(let ((commit "a6f4afe4910cad8688db3e0e9b9ac92ad22d54e1")
(revision "0"))
(package (package
(name "go-github-com-gsterjov-go-libsecret") (name "go-github-com-gsterjov-go-libsecret")
(version "5.0.1") (version "0.0.0-20161001094733-a6f4afe4910c")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
(url "https://github.com/gsterjov/go-libsecret") (url "https://github.com/gsterjov/go-libsecret")
(commit commit))) (commit (go-version->git-ref version))))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
@ -7624,7 +7622,7 @@ aware of your profiles and configuration in ~/.aws/config.")
"This native Go library manages secrets via the freedesktop.org "This native Go library manages secrets via the freedesktop.org
\"Secret Service\" DBus interface.") \"Secret Service\" DBus interface.")
(home-page "https://github.com/gsterjov/go-libsecret") (home-page "https://github.com/gsterjov/go-libsecret")
(license license:expat)))) (license license:expat)))
(define-public go-github-com-mtibben-androiddnsfix (define-public go-github-com-mtibben-androiddnsfix
(let ((commit "ff02804463540c36e3a148dcf4b009d003cf2a31") (let ((commit "ff02804463540c36e3a148dcf4b009d003cf2a31")