gnu: tar: Update to 1.34.

* gnu/packages/base.scm (tar): Update to 1.34.
This commit is contained in:
Efraim Flashner 2021-02-18 09:54:51 +02:00
parent a43e0d5a5b
commit 983e455fe5
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -174,14 +174,14 @@ (define-public sed
(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)