guix-commits
[Top][All Lists]
Advanced

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

04/04: gnu: file: Update to 5.30.


From: Marius Bakke
Subject: 04/04: gnu: file: Update to 5.30.
Date: Mon, 3 Apr 2017 09:25:39 -0400 (EDT)

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

commit 8c85cb1b9ff10de2df0f3395d0491c389b6596dd
Author: Marius Bakke <address@hidden>
Date:   Mon Apr 3 15:12:10 2017 +0200

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

diff --git a/gnu/packages/file.scm b/gnu/packages/file.scm
index a623987..050e671 100644
--- a/gnu/packages/file.scm
+++ b/gnu/packages/file.scm
@@ -28,14 +28,14 @@
 (define-public file
   (package
    (name "file")
-    (version "5.28")
+    (version "5.30")
     (source (origin
               (method url-fetch)
               (uri (string-append "ftp://ftp.astron.com/pub/file/file-";
                                   version ".tar.gz"))
               (sha256
                (base32
-                "04p0w9ggqq6cqvwhyni0flji1z0rwrz896hmhkxd2mc6dca5xjqf"))))
+                "057jpcyy8ws7q4s4sm8r1rxb8xycdbng2z4y9i98f094wlr28k39"))))
    (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]