guix-commits
[Top][All Lists]
Advanced

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

01/14: gnu: file: Update to 5.45


From: guix-commits
Subject: 01/14: gnu: file: Update to 5.45
Date: Thu, 19 Oct 2023 23:43:11 -0400 (EDT)

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

commit 9076767d8abee7bcdd06d072216dc68206d78ace
Author: Andy Tai <atai@atai.org>
AuthorDate: Tue Sep 19 22:38:09 2023 -0700

    gnu: file: Update to 5.45
    
    * gnu/packages/file.scm (file): Update to 5.45
    
    Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
---
 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 3f870d84a1..c5cdc1d7c0 100644
--- a/gnu/packages/file.scm
+++ b/gnu/packages/file.scm
@@ -31,14 +31,14 @@
 (define-public file
   (package
     (name "file")
-    (version "5.44")
+    (version "5.45")
     (source (origin
               (method url-fetch)
               (uri (string-append "http://ftp.astron.com/pub/file/file-";
                                   version ".tar.gz"))
               (sha256
                (base32
-                "0fsz8wld09qai2qghphmwn69ni9m23razj3wip5k3j6vm3xwfl9p"))))
+                "10jdg2fd19h2q3jrsaw7xqwy1w3qyvdfzzrv9sgjq3mv548gb5zw"))))
    (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]