gnu: tar: Update to 1.28.

* gnu/packages/base.scm (tar): Update to 1.28.
master
Mark H Weaver 2014-08-03 20:05:55 -04:00
parent a092cd820b
commit d6535cf1db
1 changed files with 3 additions and 3 deletions

View File

@ -133,14 +133,14 @@ implementation offers several extensions over the standard utility.")
(define-public tar
(package
(name "tar")
(version "1.27.1")
(version "1.28")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnu/tar/tar-"
version ".tar.bz2"))
version ".tar.xz"))
(sha256
(base32
"1iip0fk0wqhxb0jcwphz43r4fxkx1y7mznnhmlvr618jhp7b63wv"))))
"1wi2zwm4c9r3h3b8y4w0nm0qq897kn8kyj9k22ba0iqvxj48vvk4"))))
(build-system gnu-build-system)
(synopsis "Managing tar archives")
(description