unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Dale Mellor <guix-devel-0brg6a@rdmp.org>
To: 63240@debbugs.gnu.org
Cc: Dale Mellor <guix-devel-0brg6a@rdmp.org>, Andy Tai <atai@atai.org>
Subject: [bug#63240] [PATCH v4] gnu: cpio: Update to 2.15
Date: Sat,  6 Apr 2024 15:28:31 +0100	[thread overview]
Message-ID: <20240406142831.842050-1-guix-devel-0brg6a@rdmp.org> (raw)
In-Reply-To: <f8e53138ca8062b4f0121d8684ef1e3f04a95dce.1706943692.git.atai@atai.org>

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	other threads:[~2024-04-06 14:49 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-05-03  5:42 [bug#63240] [PATCH] gnu: cpio: Update to 2.14 Andy Tai
2023-05-11  7:39 ` [bug#63240] [PATCH core-updates v2] " Andy Tai
2024-02-03  7:02 ` [bug#63240] [PATCH core-updates v3] gnu: cpio: Update to 2.15 Andy Tai
2024-04-06 14:28   ` Dale Mellor [this message]
2024-04-06 15:06   ` [bug#63240] [PATCH v5] " Dale Mellor
2024-04-09 17:10     ` bug#63240: " Christopher Baines
2024-04-06 14:31 ` [bug#63240] guix 63240 looks good Dale Mellor

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240406142831.842050-1-guix-devel-0brg6a@rdmp.org \
    --to=guix-devel-0brg6a@rdmp.org \
    --cc=63240@debbugs.gnu.org \
    --cc=atai@atai.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).