diff options
author | 宋文武 <iyzsong@gmail.com> | 2015-11-16 15:47:29 +0800 |
---|---|---|
committer | 宋文武 <iyzsong@gmail.com> | 2015-11-16 16:06:49 +0800 |
commit | b85d0984105ccbc4842e57788be769deb23bbc1a (patch) | |
tree | 6814bee83a6d75adff1082d642d490953d2d7514 /gnu/packages/file.scm | |
parent | 6f4b23e674cefebf0ccefc301974e50db04ce5db (diff) | |
download | patches-b85d0984105ccbc4842e57788be769deb23bbc1a.tar patches-b85d0984105ccbc4842e57788be769deb23bbc1a.tar.gz |
gnu: file: Update to 5.25.
* gnu/packages/file.scm (file): Update to 5.25.
Diffstat (limited to 'gnu/packages/file.scm')
-rw-r--r-- | gnu/packages/file.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/file.scm b/gnu/packages/file.scm index 161df544de..90e9a70626 100644 --- a/gnu/packages/file.scm +++ b/gnu/packages/file.scm @@ -27,14 +27,14 @@ (define-public file (package (name "file") - (version "5.22") + (version "5.25") (source (origin (method url-fetch) (uri (string-append "ftp://ftp.astron.com/pub/file/file-" version ".tar.gz")) (sha256 (base32 - "02zw14hw3gqlw91w2f2snbirvyrp7r83irvnnkjcb25q9kjaiqy4")))) + "1jhfi5mivdnqvry5la5q919l503ahwdwbf3hjhiv97znccakhd9p")))) (build-system gnu-build-system) ;; When cross-compiling, this package depends upon a native install of |