* [bug#62744] [PATCH] gnu: Add emacs-totp.
@ 2023-04-10 0:48 Antero Mejr via Guix-patches via
2023-04-16 13:54 ` Nicolas Goaziou
0 siblings, 1 reply; 2+ messages in thread
From: Antero Mejr via Guix-patches via @ 2023-04-10 0:48 UTC (permalink / raw)
To: 62744; +Cc: liliana.prikler
* gnu/packages/emacs-xyz.scm (emacs-totp): New variable.
---
gnu/packages/emacs-xyz.scm | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index ec2078f44c..6e7dd5cdc3 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -36663,6 +36663,30 @@ (define-public emacs-tintin-mode
accomplish different tasks.")
(license license:asl2.0))))
+(define-public emacs-totp
+ (let ((commit "a5e059b8475b32bc7f5ddadda248cf84449ed722") ;no releases
+ (revision "0"))
+ (package
+ (name "emacs-totp")
+ (home-page "https://github.com/juergenhoetzel/emacs-totp")
+ (version (git-version "0.1.0" revision commit))
+ (source (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url home-page)
+ (commit commit)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "0b76fxk9r3n9zii75q1957ivb6ap5px5h87kagxz083nl77jky7a"))))
+ (build-system emacs-build-system)
+ (synopsis "Generate Time-based One-time Passwords (TOTP) in Emacs")
+ (description
+ "emacs-TOTP implements @acronym{TOTP, Time-based One-time Passwords} as
+specified in RFC 6238. It supports reading secrets in HEX and multiple base32
+variations, including non-standard base32 encodings.")
+ (license license:gpl3+))))
+
;;;
;;; Avoid adding new packages to the end of this file. To reduce the chances
;;; of a merge conflict, place them above by existing packages with similar
--
2.38.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [bug#62744] [PATCH] gnu: Add emacs-totp.
2023-04-10 0:48 [bug#62744] [PATCH] gnu: Add emacs-totp Antero Mejr via Guix-patches via
@ 2023-04-16 13:54 ` Nicolas Goaziou
0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Goaziou @ 2023-04-16 13:54 UTC (permalink / raw)
To: 62744; +Cc: 62744-done, Antero Mejr, liliana.prikler
Hello,
Antero Mejr via Guix-patches via <guix-patches@gnu.org> writes:
> * gnu/packages/emacs-xyz.scm (emacs-totp): New variable.
Applied. Thank you.
Regards,
--
Nicolas Goaziou
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-04-16 17:08 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-04-10 0:48 [bug#62744] [PATCH] gnu: Add emacs-totp Antero Mejr via Guix-patches via
2023-04-16 13:54 ` Nicolas Goaziou
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.