mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: tar: Update to 1.34.
* gnu/packages/base.scm (tar): Update to 1.34.
This commit is contained in:
parent
a43e0d5a5b
commit
983e455fe5
1 changed files with 2 additions and 2 deletions
|
@ -174,14 +174,14 @@ (define-public sed
|
||||||
(define-public tar
|
(define-public tar
|
||||||
(package
|
(package
|
||||||
(name "tar")
|
(name "tar")
|
||||||
(version "1.33")
|
(version "1.34")
|
||||||
(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
|
||||||
"0zh6v6rsykgq615fk3pj271nrrbn05z59l8v64fl2fn83m5k9a36"))
|
"0a0x87anh9chbi2cgcyy7pmnm5hzk4yd1w2j8gm1wplwhwkbvgk3"))
|
||||||
(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)
|
||||||
|
|
Loading…
Reference in a new issue