gnu: tar: Update to 1.33.

* gnu/packages/base.scm (tar): Update to 1.33.
This commit is contained in:
Ludovic Courtès 2021-01-15 14:01:06 +01:00
parent 3a0c7e7d1e
commit f8281090d4
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -174,14 +174,14 @@ (define-public sed
(define-public tar
(package
(name "tar")
(version "1.32")
(version "1.33")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnu/tar/tar-"
version ".tar.xz"))
(sha256
(base32
"1n7xy657ii0sa42zx6944v2m4v9qrh6sqgmw17l3nch3y43sxlyh"))
"0zh6v6rsykgq615fk3pj271nrrbn05z59l8v64fl2fn83m5k9a36"))
(patches (search-patches "tar-skip-unreliable-tests.patch"
"tar-remove-wholesparse-check.patch"))))
(build-system gnu-build-system)