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.22.


From: Mark H. Weaver
Subject: 01/02: gnu: file: Update to 5.22.
Date: Sun, 11 Jan 2015 00:19:13 +0000

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

commit b2363f65517dd30b9766c9714c42dc06fd8b438a
Author: Mark H Weaver <address@hidden>
Date:   Sat Jan 10 00:04:02 2015 -0500

    gnu: file: Update to 5.22.
    
    * gnu/packages/file.scm (file): Update to 5.22.
---
 gnu/packages/file.scm |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/file.scm b/gnu/packages/file.scm
index 7d8504b..161df54 100644
--- a/gnu/packages/file.scm
+++ b/gnu/packages/file.scm
@@ -1,6 +1,6 @@
 ;;; GNU Guix --- Functional package management for GNU
 ;;; Copyright © 2013 Andreas Enge <address@hidden>
-;;; Copyright © 2014 Mark H Weaver <address@hidden>
+;;; Copyright © 2014, 2015 Mark H Weaver <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -27,14 +27,14 @@
 (define-public file
   (package
    (name "file")
-    (version "5.20")
+    (version "5.22")
     (source (origin
               (method url-fetch)
               (uri (string-append "ftp://ftp.astron.com/pub/file/file-";
                                   version ".tar.gz"))
               (sha256
                (base32
-                "0iyjs9z8kp43gz7gva4j67h4p0n53f7q8x3ibai9s01sp3xnphsv"))))
+                "02zw14hw3gqlw91w2f2snbirvyrp7r83irvnnkjcb25q9kjaiqy4"))))
    (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]