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

gnu: mkp224o: Update to 1.7.0.

* gnu/packages/crypto.scm (mkp224o): Update to 1.7.0.

Change-Id: Id052e2da3e375c7439d177afb26b75051aba5f2b
Signed-off-by: Andreas Enge <andreas@enge.fr>
This commit is contained in:
Jakob Kirsch
2025-03-28 19:45:49 +01:00
committed by Andreas Enge
parent 41bd799b8a
commit e8c6461c3b

View File

@@ -1363,7 +1363,7 @@ SHA-256, SHA-512, and WHIRLPOOL hashes.")
(define-public mkp224o
(package
(name "mkp224o")
(version "1.5.0")
(version "1.7.0")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -1371,13 +1371,16 @@ SHA-256, SHA-512, and WHIRLPOOL hashes.")
(commit (string-append "v" version))))
(sha256
(base32
"0b2cn96wg4l8jkkqqp8l2295xlmm2jc8nrw6rdqb5g0zkpfmrxbb"))
"1d0mrp936if1zi8ss0mmywglsmrl0jx42x2sgnm56js8ij3g3g9q"))
(file-name (git-file-name name version))))
(build-system gnu-build-system)
(arguments
`(#:tests? #f ; no test suite
#:phases
(modify-phases %standard-phases
(add-before 'configure 'set-cflags
(lambda _
(setenv "CFLAGS" "-O3")))
(replace 'install
(lambda* (#:key outputs #:allow-other-keys)
(let* ((outdir (assoc-ref outputs "out"))