GNU bug report logs -
#77768
[PATCH emacs-team] gnu: emacs-totp: Update to 0.1-1.fe05ce6.
Previous Next
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Mon, 21 Apr 2025 15:36:34 +0200
with message-id <8734e1zlel.fsf <at> inventati.org>
and subject line Re: [bug#77768] [PATCH emacs-team v3] gnu: emacs-totp: Update to 0.1-1.fe05ce6.
has caused the debbugs.gnu.org bug report #77768,
regarding [PATCH emacs-team] gnu: emacs-totp: Update to 0.1-1.fe05ce6.
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
77768: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=77768
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
* gnu/packages/emacs-xyz.scm (emacs-totp): Update to 0.1-1.fe05ce6.
Change-Id: Iecc53c2eb3d881ab9739ad43db18092ccadbf546
---
gnu/packages/emacs-xyz.scm | 13 ++++++++-----
1 file changed, 8 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 2a377f5a08..46f0fb0c0e 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -43750,12 +43750,12 @@ (define-public emacs-x509-mode
(license license:expat))))
(define-public emacs-totp
- (let ((commit "a5e059b8475b32bc7f5ddadda248cf84449ed722") ;no releases
- (revision "0"))
+ (let ((commit "fe05ce6130ff1e9a76fc2aca289083475f70fd52") ;no releases
+ (revision "1"))
(package
(name "emacs-totp")
(home-page "https://github.com/juergenhoetzel/emacs-totp")
- (version (git-version "0.1.0" revision commit))
+ (version (git-version "0.1" revision commit))
(source (origin
(method git-fetch)
(uri (git-reference
@@ -43764,14 +43764,17 @@ (define-public emacs-totp
(file-name (git-file-name name version))
(sha256
(base32
- "0b76fxk9r3n9zii75q1957ivb6ap5px5h87kagxz083nl77jky7a"))))
+ "04hazm8viy6dqakdj2dl849aj435jgsv3rqwq7sl7lgflrn8r45b"))))
(build-system emacs-build-system)
+ (arguments (list #:tests? #f)) ; fail
+ (native-inputs
+ (list emacs-buttercup))
(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+))))
+ (license license:gpl3+))))
(define-public emacs-back-button
(package
base-commit: ca30726285b6883a3b1fa89db64177460af69c42
--
2.49.0
[Message part 3 (message/rfc822, inline)]
[Message part 4 (text/plain, inline)]
Merged.
[signature.asc (application/pgp-signature, inline)]
This bug report was last modified 81 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.