mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06:00
gnu: otpclient: Update to 4.1.1.
* gnu/packages/password-utils.scm (otpclient): Update to 4.1.1. Change-Id: Id0bd9ddf54d8e5947737c87af158168ed7f5ff7d
This commit is contained in:
parent
7b67a1d939
commit
2d9e9bd18b
1 changed files with 2 additions and 2 deletions
|
|
@ -538,7 +538,7 @@ Counterpane's Passwordsafe.")
|
|||
(define-public otpclient
|
||||
(package
|
||||
(name "otpclient")
|
||||
(version "4.0.2")
|
||||
(version "4.1.1")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
|
@ -547,7 +547,7 @@ Counterpane's Passwordsafe.")
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "061idzh9sz556nm7ahjrvcbnbmgvgfwmph1lfiy7bcvj1g3rf8cm"))))
|
||||
(base32 "0nbfz4s85pikjbgcla3x9dncwjnbr4dradcdr3jg9a2crc6bmxya"))))
|
||||
(build-system cmake-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue