~ruther/guix-local

67995f4beaeb97a10c455d265acc7a209fcc5312 — John Darrington 12 years ago 9c08644
gnu: file: Upgrade to 5.16.

* gnu/packages/file.scm (file): Upgrade to 5.16.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/file.scm
M gnu/packages/file.scm => gnu/packages/file.scm +2 -2
@@ 26,13 26,13 @@
(define-public file
  (package
   (name "file")
   (version "5.12")
   (version "5.16")
   (source (origin
            (method url-fetch)
            (uri (string-append "ftp://ftp.astron.com/pub/file/file-"
                   version ".tar.gz"))
            (sha256 (base32
                     "08ix4xrvan0k80n0l5lqfmc4azjv5lyhvhwdxny4r09j5smhv78r"))))
                     "0qcj72mp8fzvh29h70mksxynax9mk5c6p8gzqw5qlyn34rvsrg28"))))
   (build-system gnu-build-system)
   (native-inputs
    ;; This package depends upon a native install of itself.