[PATCH] gnu: emacs-pass: Update to 2.0.

  • Done
  • quality assurance status badge
Details
2 participants
  • Nicolas Goaziou
  • Michael Rohleder
Owner
unassigned
Submitted by
Michael Rohleder
Severity
normal

Debbugs page

Michael Rohleder wrote 5 years ago
(address . guix-patches@gnu.org)
87k11b9akl.fsf@rohleder.de
From b1efa7b4690ef63b4cdabc4989d33697f83951db Mon Sep 17 00:00:00 2001
From: Michael Rohleder <mike@rohleder.de>
Date: Sat, 16 May 2020 17:09:40 +0200
Subject: [PATCH] gnu: emacs-pass: Update to 2.0.

* gnu/packages/emacs-xyz.scm (emacs-pass): Update to 2.0.
---
gnu/packages/emacs-xyz.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (24 lines)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 45ccced99e..4bbd482409 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -12691,7 +12691,7 @@ standard Unix password manager\").")
(define-public emacs-pass
(package
(name "emacs-pass")
- (version "1.8")
+ (version "2.0")
(source
(origin
(method git-fetch)
@@ -12700,7 +12700,7 @@ standard Unix password manager\").")
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "05h4hacv3yygyjcjj004qbyqjpkl4pyhwgp25gsz8mw5c66l70cx"))))
+ (base32 "0jc8j421mlflspg24jvrqc2n3y5n3cpk3hjy560il8g36xi1049p"))))
(build-system emacs-build-system)
(propagated-inputs
`(("emacs-password-store" ,emacs-password-store)
--
2.26.2
-----BEGIN PGP SIGNATURE-----

iQEzBAEBCAAdFiEEdV4t5dDVhcUueCgwfHr/vv7yyyUFAl7AAzsACgkQfHr/vv7y
yyWH4gf+NjKqxMZ+wTB2tmXFJ/rIMQZxFKq40tVk6CrR+NFLwubuG02j49AC6D+p
Gq5NDrE3wvCcPUfilkhS782v4lXXopGDK2RlMor236fHMqZJiYr+QV2JyG7NAE0M
RP/WGcK3ZhYsPc9/WKomKDwBuSIw3TqFntyCbTFv7dbqzimDXGxP5/KHJu6vBd9Y
ZiAiPUmqituGc/wDmirpvWdaCuEPqa6G+F8EFxz5Fvtg8KBCADMqnBLyilGhUi9H
73ElA7Npi+cLj6pd/cXZkkp4X2RyaMfLygEwUveGacv2HV2yhROxgYWlR1nB4rSL
Hy62QSeIu8Fhh5swN3Rv5GylTEcnbw==
=NwN2
-----END PGP SIGNATURE-----

Nicolas Goaziou wrote 5 years ago
(name . Michael Rohleder)(address . mike@rohleder.de)(address . 41326-done@debbugs.gnu.org)
87y2prvlsg.fsf@nicolasgoaziou.fr
Hello,

Michael Rohleder <mike@rohleder.de> writes:

Toggle quote (7 lines)
> From b1efa7b4690ef63b4cdabc4989d33697f83951db Mon Sep 17 00:00:00 2001
> From: Michael Rohleder <mike@rohleder.de>
> Date: Sat, 16 May 2020 17:09:40 +0200
> Subject: [PATCH] gnu: emacs-pass: Update to 2.0.
>
> * gnu/packages/emacs-xyz.scm (emacs-pass): Update to 2.0.

Applied. Thank you.

Regards,

--
Nicolas Goaziou
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 41326@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 41326
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help