gnu: tar: Update to 1.33.
* gnu/packages/base.scm (tar): Update to 1.33.
This commit is contained in:
parent
3a0c7e7d1e
commit
f8281090d4
@ -174,14 +174,14 @@ implementation offers several extensions over the standard utility.")
|
||||
(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)
|
||||
|
Loading…
Reference in New Issue
Block a user