unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#63240] [PATCH] gnu: cpio: Update to 2.14
@ 2023-05-03  5:42 Andy Tai
  2023-05-11  7:39 ` [bug#63240] [PATCH core-updates v2] " Andy Tai
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Andy Tai @ 2023-05-03  5:42 UTC (permalink / raw)
  To: 63240; +Cc: Andy Tai

* gnu/packages/cpio.scm (cpio): Update to 2.14
---
 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..98af3f31aa 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.14")
     (source (origin
              (method url-fetch)
              (uri (string-append "mirror://gnu/cpio/cpio-"
                                  version ".tar.bz2"))
              (sha256
               (base32
-               "0vbgnhkawdllgnkdn6zn1f56fczwk0518krakz2qbwhxmv2vvdga"))
+               "04ic7zykc4yl4i69dfzvyb26d2bcggdvkmpwgvyacrvj1zb1bp7w"))
              (modules '((guix build utils)))
              (snippet
               '(begin

base-commit: 94e2e3553440a2a5ac4a312e80b8ea21ddebafeb
-- 
2.39.2





^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2024-04-09 17:11 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
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   ` [bug#63240] [PATCH v4] " Dale Mellor
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

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).