guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#63240] [PATCH v5] gnu: cpio: Update to 2.15


From: Dale Mellor
Subject: [bug#63240] [PATCH v5] gnu: cpio: Update to 2.15
Date: Sat, 6 Apr 2024 16:06:42 +0100

From: Andy Tai <atai@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@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






reply via email to

[Prev in Thread] Current Thread [Next in Thread]