gnu: tar: Upgrade to 1.27.1.

* gnu/packages/base.scm (tar): Upgrade to 1.27.1.
This commit is contained in:
Ludovic Courtès 2013-11-18 00:07:35 +01:00
parent 13990c7343
commit 9ca8b5ac55
1 changed files with 2 additions and 2 deletions

View File

@ -130,14 +130,14 @@ is often used for substituting text patterns in a stream.")
(define-public tar (define-public tar
(package (package
(name "tar") (name "tar")
(version "1.27") (version "1.27.1")
(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.bz2")) version ".tar.bz2"))
(sha256 (sha256
(base32 (base32
"0yrwmx2f721ahpnki4fnzvnmrd3md3bq417icb4wrjky7k3caf12")))) "1iip0fk0wqhxb0jcwphz43r4fxkx1y7mznnhmlvr618jhp7b63wv"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(synopsis "Managing tar archives") (synopsis "Managing tar archives")
(description (description