guix-commits
[Top][All Lists]
Advanced

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

03/04: gnu: tar: Update to 1.34.


From: guix-commits
Subject: 03/04: gnu: tar: Update to 1.34.
Date: Thu, 18 Feb 2021 04:55:21 -0500 (EST)

efraim pushed a commit to branch core-updates
in repository guix.

commit 983e455fe5b29bc0c75eb9cc63cabda0f7a6c589
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Thu Feb 18 09:54:51 2021 +0200

    gnu: tar: Update to 1.34.
    
    * gnu/packages/base.scm (tar): Update to 1.34.
---
 gnu/packages/base.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/base.scm b/gnu/packages/base.scm
index 09cf401..c0b6fcb 100644
--- a/gnu/packages/base.scm
+++ b/gnu/packages/base.scm
@@ -174,14 +174,14 @@ implementation offers several extensions over the 
standard utility.")
 (define-public tar
   (package
    (name "tar")
-   (version "1.33")
+   (version "1.34")
    (source (origin
             (method url-fetch)
             (uri (string-append "mirror://gnu/tar/tar-"
                                 version ".tar.xz"))
             (sha256
              (base32
-              "0zh6v6rsykgq615fk3pj271nrrbn05z59l8v64fl2fn83m5k9a36"))
+              "0a0x87anh9chbi2cgcyy7pmnm5hzk4yd1w2j8gm1wplwhwkbvgk3"))
             (patches (search-patches "tar-skip-unreliable-tests.patch"
                                      "tar-remove-wholesparse-check.patch"))))
    (build-system gnu-build-system)



reply via email to

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