gnu: tar: Update to 1.33.
* gnu/packages/base.scm (tar): Update to 1.33.
This commit is contained in:
parent
3a0c7e7d1e
commit
f8281090d4
1 changed files with 2 additions and 2 deletions
|
@ -174,14 +174,14 @@ implementation offers several extensions over the standard utility.")
|
||||||
(define-public tar
|
(define-public tar
|
||||||
(package
|
(package
|
||||||
(name "tar")
|
(name "tar")
|
||||||
(version "1.32")
|
(version "1.33")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://gnu/tar/tar-"
|
(uri (string-append "mirror://gnu/tar/tar-"
|
||||||
version ".tar.xz"))
|
version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1n7xy657ii0sa42zx6944v2m4v9qrh6sqgmw17l3nch3y43sxlyh"))
|
"0zh6v6rsykgq615fk3pj271nrrbn05z59l8v64fl2fn83m5k9a36"))
|
||||||
(patches (search-patches "tar-skip-unreliable-tests.patch"
|
(patches (search-patches "tar-skip-unreliable-tests.patch"
|
||||||
"tar-remove-wholesparse-check.patch"))))
|
"tar-remove-wholesparse-check.patch"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
|
|
Reference in a new issue