gnu: password-store: Update to 1.7.4.

* gnu/packages/password-utils.scm (password-store): Update to 1.7.4.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
Xinglu Chen 2021-06-11 22:35:16 +02:00 committed by Nicolas Goaziou
parent 228e689000
commit 599c4ed000
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -30,6 +30,7 @@
;;; Copyright © 2020 Michael Rohleder <mike@rohleder.de> ;;; Copyright © 2020 Michael Rohleder <mike@rohleder.de>
;;; Copyright © 2020 Vinicius Monego <monego@posteo.net> ;;; Copyright © 2020 Vinicius Monego <monego@posteo.net>
;;; Copyright © 2021 Stefan Reichör <stefan@xsteve.at> ;;; Copyright © 2021 Stefan Reichör <stefan@xsteve.at>
;;; Copyright © 2021 Xinglu Chen <public@yoctocell.xyz>
;;; ;;;
;;; This file is part of GNU Guix. ;;; This file is part of GNU Guix.
;;; ;;;
@ -484,22 +485,17 @@ any X11 window.")
(license license:gpl3+))) (license license:gpl3+)))
(define-public password-store (define-public password-store
;; The 1.7.3 release does not include support for wl-clipboard, which was
;; added in b0b784b1a57c0b06936e6f5d6560712b4b810cd3. Instead, use the
;; latest commit on master at the time of writing.
(let ((commit "918992c19231b33b3d4a3288a7288a620e608cb4")
(revision "1"))
(package (package
(name "password-store") (name "password-store")
(version (git-version "1.7.3" revision commit)) (version "1.7.4")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
(url "git://git.zx2c4.com/password-store") (url "git://git.zx2c4.com/password-store")
(commit commit))) (commit version)))
(sha256 (sha256
(base32 (base32
"0ni62f4pq96g0i0q66bch1dl9k4zqwhg7xaf746k3gbbqxcdh3vi")) "17zp9pnb3i9sd2zn9qanngmsywrb7y495ngcqs6313pv3gb83v53"))
(file-name (git-file-name name version)))) (file-name (git-file-name name version))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
@ -577,7 +573,7 @@ GnuPG-encrypted file, allowing the program to be simple yet secure.
Synchronization is possible using the integrated git support, which commits Synchronization is possible using the integrated git support, which commits
changes to your password database to a git repository that can be managed changes to your password database to a git repository that can be managed
through the pass command.") through the pass command.")
(license license:gpl2+)))) (license license:gpl2+)))
(define-public pass-otp (define-public pass-otp
(package (package