gnu: file: Upgrade to 5.16.
* gnu/packages/file.scm (file): Upgrade to 5.16. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
9c08644340
commit
67995f4bea
|
@ -26,13 +26,13 @@
|
||||||
(define-public file
|
(define-public file
|
||||||
(package
|
(package
|
||||||
(name "file")
|
(name "file")
|
||||||
(version "5.12")
|
(version "5.16")
|
||||||
(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 (base32
|
(sha256 (base32
|
||||||
"08ix4xrvan0k80n0l5lqfmc4azjv5lyhvhwdxny4r09j5smhv78r"))))
|
"0qcj72mp8fzvh29h70mksxynax9mk5c6p8gzqw5qlyn34rvsrg28"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
;; This package depends upon a native install of itself.
|
;; This package depends upon a native install of itself.
|
||||||
|
|
Loading…
Reference in New Issue