1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: libcotp: Update to 4.0.0.

* gnu/packages/authentication.scm (libcotp): Update to 4.0.0.

Change-Id: I4aa7251739e9a30a274c5e4e0ef3ab746ef70437
This commit is contained in:
Cayetano Santos
2026-03-09 14:40:31 +01:00
parent 73939d23f2
commit f4d25d3da5

View File

@@ -44,7 +44,7 @@
(define-public libcotp (define-public libcotp
(package (package
(name "libcotp") (name "libcotp")
(version "3.1.0") (version "4.0.0")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@@ -53,7 +53,7 @@
(commit (string-append "v" version)))) (commit (string-append "v" version))))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "1lw15blzzds3qq4ydhi6fsk189p1rbvzy5fzz4r3fv6wlmcyyprs")))) (base32 "0p5z04klbb3p9ljkz6qmdb4fk9sx79yv7zcac005c0zk875pz1py"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(arguments `(#:tests? #f)) (arguments `(#:tests? #f))
;; TODO: tests: ;; TODO: tests: