GNU bug report logs -
#63240
[PATCH] gnu: cpio: Update to 2.14
Previous Next
Full log
View this message in rfc822 format
From: Andy Tai <atai <at> atai.org>
* gnu/packages/cpio.scm (cpio): Update to 2.15
Review:
* minimal change to get newer version (2.13 -> 2.15)
* license is correct
* 'guix lint' and 'guix build --check' both come out clean
* tested by installing and creating large CPIO archives with old and new
versions; results are identical
Reviewed-by: Dale Mellor <guix-devel-0brg6a <at> rdmp.org>
Change-Id: I0a74b8b40376fd97de24125dbe92a55727c6135e
---
gnu/packages/cpio.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/cpio.scm b/gnu/packages/cpio.scm
index 2f7a7b2363..273d280285 100644
--- a/gnu/packages/cpio.scm
+++ b/gnu/packages/cpio.scm
@@ -29,14 +29,14 @@ (define-module (gnu packages cpio)
(define-public cpio
(package
(name "cpio")
- (version "2.13")
+ (version "2.15")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnu/cpio/cpio-"
version ".tar.bz2"))
(sha256
(base32
- "0vbgnhkawdllgnkdn6zn1f56fczwk0518krakz2qbwhxmv2vvdga"))
+ "1nvmj2mc3nagpig75sgzvkqgzg1p01wgnlw54v4ix6ijgjwi0xlk"))
(modules '((guix build utils)))
(snippet
'(begin
--
2.41.0
This bug report was last modified 1 year and 46 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.