[bug#77768,emacs-team] gnu: emacs-totp: Update to 0.1-1.fe05ce6.
Commit Message
From 6c841b2a9961ff1e82ba3b4ea7e2f5468eaf06b8 Mon Sep 17 00:00:00 2001
Message-ID: <6c841b2a9961ff1e82ba3b4ea7e2f5468eaf06b8.1744559588.git.csantosb@inventati.org>
From: Cayetano Santos <csantosb@inventati.org>
Date: Sun, 13 Apr 2025 17:51:01 +0200
Subject: [PATCH] gnu: emacs-totp: Update to 0.1-1.fe05ce6.
* gnu/packages/emacs-xyz.scm (emacs-totp): Update to 0.1-1.fe05ce6.
Change-Id: Ica415ebb6e2f5f502d992fe4018c2501dd4f1636
---
gnu/packages/emacs-xyz.scm | 14 +++++++++-----
1 file changed, 9 insertions(+), 5 deletions(-)
@@ -43752,12 +43752,12 @@ (define-public emacs-x509-mode
(license license:expat))))
(define-public emacs-totp
- (let ((commit "a5e059b8475b32bc7f5ddadda248cf84449ed722") ;no releases
- (revision "0"))
+ (let ((commit "fe05ce6130ff1e9a76fc2aca289083475f70fd52")
+ (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
@@ -43766,14 +43766,18 @@ (define-public emacs-totp
(file-name (git-file-name name version))
(sha256
(base32
- "0b76fxk9r3n9zii75q1957ivb6ap5px5h87kagxz083nl77jky7a"))))
+ "04hazm8viy6dqakdj2dl849aj435jgsv3rqwq7sl7lgflrn8r45b"))))
(build-system emacs-build-system)
+ (arguments
+ (list
+ #:tests? #f)) ; requires emacs compiled with gnutls support
+ (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: 03edfea126a88110b520469e96eae73ce86d4b7d
--
2.49.0