diff options
| author | Cayetano Santos <csantosb@inventati.org> | 2026-03-09 14:40:31 +0100 |
|---|---|---|
| committer | Cayetano Santos <csantosb@inventati.org> | 2026-03-09 14:46:00 +0100 |
| commit | f4d25d3da559c2d5270f1641fa7a6e41ee3d84d0 (patch) | |
| tree | 1def91c7800b809bdb4dd8e9077b5477ac804ebb /gnu/packages/authentication.scm | |
| parent | 73939d23f23b52974dcac9042b8c4b9268bdbdcd (diff) | |
gnu: libcotp: Update to 4.0.0.
* gnu/packages/authentication.scm (libcotp): Update to 4.0.0.
Change-Id: I4aa7251739e9a30a274c5e4e0ef3ab746ef70437
Diffstat (limited to 'gnu/packages/authentication.scm')
| -rw-r--r-- | gnu/packages/authentication.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/authentication.scm b/gnu/packages/authentication.scm index 6e113bc91ee..c5ad792a303 100644 --- a/gnu/packages/authentication.scm +++ b/gnu/packages/authentication.scm @@ -44,7 +44,7 @@ (define-public libcotp (package (name "libcotp") - (version "3.1.0") + (version "4.0.0") (source (origin (method git-fetch) @@ -53,7 +53,7 @@ (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "1lw15blzzds3qq4ydhi6fsk189p1rbvzy5fzz4r3fv6wlmcyyprs")))) + (base32 "0p5z04klbb3p9ljkz6qmdb4fk9sx79yv7zcac005c0zk875pz1py")))) (build-system cmake-build-system) (arguments `(#:tests? #f)) ;; TODO: tests: |
