guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/02: gnu: file: Update to 5.25.


From: ???
Subject: 01/02: gnu: file: Update to 5.25.
Date: Mon, 16 Nov 2015 08:06:29 +0000

iyzsong pushed a commit to branch core-updates
in repository guix.

commit b85d0984105ccbc4842e57788be769deb23bbc1a
Author: 宋文武 <address@hidden>
Date:   Mon Nov 16 15:47:29 2015 +0800

    gnu: file: Update to 5.25.
    
    * gnu/packages/file.scm (file): Update to 5.25.
---
 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 161df54..90e9a70 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]