From 5868ac4754452fddc42f3b37d7ea1d791952d7e9 Mon Sep 17 00:00:00 2001 From: Efraim Flashner Date: Sun, 2 Jan 2022 10:35:34 +0200 Subject: gnu: go-github-com-go-libsecret: Rename to go-github-com-gsterjov-go-libsecret. * gnu/packages/golang.scm (go-github-com-go-libsecret): Rename to go-github-com-gsterjov-go-libsecret. (go-github-com-99designs-go-keyring, aws-vault)[native-inputs]: Adjust accordingly. --- gnu/packages/golang.scm | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm index 369635eb17..73a2e60b4b 100644 --- a/gnu/packages/golang.scm +++ b/gnu/packages/golang.scm @@ -8924,7 +8924,7 @@ encrypting JSON Web Tokens (JWT). It relies only on the standard library.") go-github-com-aws-aws-sdk-go go-github-com-dvsekhvalnov-jose2go go-github-com-godbus-dbus - go-github-com-go-libsecret + go-github-com-gsterjov-go-libsecret go-github-com-mitchellh-go-homedir go-golang-org-x-crypto go-golang-org-x-sys @@ -8974,11 +8974,11 @@ aware of your profiles and configuration in ~/.aws/config.") (home-page "https://github.com/99designs/aws-vault") (license license:expat))) -(define-public go-github-com-go-libsecret +(define-public go-github-com-gsterjov-go-libsecret (let ((commit "a6f4afe4910cad8688db3e0e9b9ac92ad22d54e1") (revision "0")) (package - (name "go-github-com-go-libsecret") + (name "go-github-com-gsterjov-go-libsecret") (version "5.0.1") (source (origin (method git-fetch) @@ -9002,6 +9002,9 @@ aware of your profiles and configuration in ~/.aws/config.") (home-page "https://github.com/gsterjov/go-libsecret") (license license:expat)))) +(define-public go-github-com-go-libsecret + (deprecated-package "go-github-com-go-libsecret" go-github-com-gsterjov-go-libsecret)) + (define-public go-github-com-99designs-go-keyring (package (name "go-github-com-99designs-go-keyring") @@ -9023,7 +9026,7 @@ aware of your profiles and configuration in ~/.aws/config.") go-github-com-mitchellh-go-homedir go-github-com-dvsekhvalnov-jose2go go-github-com-godbus-dbus - go-github-com-go-libsecret + go-github-com-gsterjov-go-libsecret password-store gnupg)) (arguments -- cgit v1.2.3