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: Liliana Marie Prikler <liliana.prikler <at> gmail.com>
To: Cayetano Santos <csantosb <at> inventati.org>, 77768 <at> debbugs.gnu.org
Cc: Katherine Cox-Buday <cox.katherine.e+guix <at> gmail.com>, Hilton Chain <hako <at> ultrarare.space>, Ian Eure <ian <at> retrospec.tv>, Divya Ranjan Pattanaik <divya <at> subvertising.org>, Andrew Tropin <andrew <at> trop.in>
Subject: [bug#77768] [PATCH emacs-team] gnu: emacs-totp: Update to 0.1-1.fe05ce6.
Date: Sun, 13 Apr 2025 17:17:14 +0200
Am Samstag, dem 12.04.2025 um 18:26 +0200 schrieb Cayetano Santos:
> * 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
Instead of simply writing fail, indicate what/why 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+))))
Cheers

This bug report was last modified 32 days ago.

Previous Next


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