GNU bug report logs -
#77343
[PATCH] gnu: mkp224o: Update to 1.7.0.
Previous Next
Reported by: Jakob Kirsch <jakob.kirsch <at> web.de>
Date: Fri, 28 Mar 2025 18:47:02 UTC
Severity: normal
Tags: patch
Done: Andreas Enge <andreas <at> enge.fr>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your bug report
#77343: [PATCH] gnu: mkp224o: Update to 1.7.0.
which was filed against the guix-patches package, has been closed.
The explanation is attached below, along with your original report.
If you require more details, please reply to 77343 <at> debbugs.gnu.org.
--
77343: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=77343
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
Pushed, thanks!
Andreas
[Message part 3 (message/rfc822, inline)]
From 3772062d2ebe5ee661e9b565927bc4e9d410161f Mon Sep 17 00:00:00 2001
Message-ID: <3772062d2ebe5ee661e9b565927bc4e9d410161f.1743187495.git.jakob.kirsch <at> web.de>
From: Jakob Kirsch <jakob.kirsch <at> web.de>
Date: Fri, 28 Mar 2025 19:44:38 +0100
Subject: [PATCH] gnu: mkp224o: Update to 1.7.0.
* gnu/packages/crypto.scm (mkp224o): Update to 1.7.0.
Change-Id: Id052e2da3e375c7439d177afb26b75051aba5f2b
---
gnu/packages/crypto.scm | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/crypto.scm b/gnu/packages/crypto.scm
index bbbe4a1ba0..cf06efc947 100644
--- a/gnu/packages/crypto.scm
+++ b/gnu/packages/crypto.scm
@@ -1363,7 +1363,7 @@ (define-public hash-extender
(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 @@ (define-public mkp224o
(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"))
base-commit: 4f246eb90b351d2bfd7cf4a6f5793553895465ad
--
2.49.0
This bug report was last modified 46 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.