gnu: file: Update to 5.25.

* gnu/packages/file.scm (file): Update to 5.25.
This commit is contained in:
宋文武 2015-11-16 15:47:29 +08:00
parent 6f4b23e674
commit b85d098410

View file

@ -27,14 +27,14 @@ (define-module (gnu packages file)
(define-public file (define-public file
(package (package
(name "file") (name "file")
(version "5.22") (version "5.25")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "ftp://ftp.astron.com/pub/file/file-" (uri (string-append "ftp://ftp.astron.com/pub/file/file-"
version ".tar.gz")) version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"02zw14hw3gqlw91w2f2snbirvyrp7r83irvnnkjcb25q9kjaiqy4")))) "1jhfi5mivdnqvry5la5q919l503ahwdwbf3hjhiv97znccakhd9p"))))
(build-system gnu-build-system) (build-system gnu-build-system)
;; When cross-compiling, this package depends upon a native install of ;; When cross-compiling, this package depends upon a native install of