GNU bug report logs - #77768
[PATCH emacs-team] gnu: emacs-totp: Update to 0.1-1.fe05ce6.

Previous Next

Package: guix-patches;

Reported by: Cayetano Santos <csantosb <at> inventati.org>

Date: Sat, 12 Apr 2025 16:28:05 UTC

Severity: normal

Tags: patch

Done: Cayetano Santos <csantosb <at> inventati.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Cayetano Santos <csantosb <at> inventati.org>
To: 77768 <at> debbugs.gnu.org
Cc: Cayetano Santos <csantosb <at> inventati.org>, Andrew Tropin <andrew <at> trop.in>, Cayetano Santos <csantosb <at> inventati.org>, Divya Ranjan Pattanaik <divya <at> subvertising.org>, Hilton Chain <hako <at> ultrarare.space>, Ian Eure <ian <at> retrospec.tv>, Katherine Cox-Buday <cox.katherine.e+guix <at> gmail.com>, Liliana Marie Prikler <liliana.prikler <at> gmail.com>
Subject: [bug#77768] [PATCH emacs-team] gnu: emacs-totp: Update to 0.1-1.fe05ce6.
Date: Sat, 12 Apr 2025 18:26:44 +0200
* 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





This bug report was last modified 55 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.