guix-commits
[Top][All Lists]
Advanced

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

08/09: gnu: file: Update to 5.28.


From: Efraim Flashner
Subject: 08/09: gnu: file: Update to 5.28.
Date: Mon, 15 Aug 2016 07:43:44 +0000 (UTC)

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

commit da931eee6014a4eaa59c1c513e24fa5045b5e188
Author: Efraim Flashner <address@hidden>
Date:   Sun Aug 14 10:50:49 2016 +0300

    gnu: file: Update to 5.28.
    
    * gnu/packages/file.scm (file): Update to 5.28.
---
 gnu/packages/file.scm |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/file.scm b/gnu/packages/file.scm
index 90e9a70..a623987 100644
--- a/gnu/packages/file.scm
+++ b/gnu/packages/file.scm
@@ -1,6 +1,7 @@
 ;;; GNU Guix --- Functional package management for GNU
 ;;; Copyright © 2013 Andreas Enge <address@hidden>
 ;;; Copyright © 2014, 2015 Mark H Weaver <address@hidden>
+;;; Copyright © 2016 Efraim Flashner <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -27,14 +28,14 @@
 (define-public file
   (package
    (name "file")
-    (version "5.25")
+    (version "5.28")
     (source (origin
               (method url-fetch)
               (uri (string-append "ftp://ftp.astron.com/pub/file/file-";
                                   version ".tar.gz"))
               (sha256
                (base32
-                "1jhfi5mivdnqvry5la5q919l503ahwdwbf3hjhiv97znccakhd9p"))))
+                "04p0w9ggqq6cqvwhyni0flji1z0rwrz896hmhkxd2mc6dca5xjqf"))))
    (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]