guix-commits
[Top][All Lists]
Advanced

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

03/05: gnu: file: Update to 5.43.


From: guix-commits
Subject: 03/05: gnu: file: Update to 5.43.
Date: Tue, 15 Nov 2022 01:58:42 -0500 (EST)

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

commit f1316ff7bf6d5d69ba7295435803a9e320b62813
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon Nov 14 18:44:07 2022 +0200

    gnu: file: Update to 5.43.
    
    * gnu/packages/file.scm (file): Update to 5.43.
---
 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 9f1cd897d3..fbaa1c3aa7 100644
--- a/gnu/packages/file.scm
+++ b/gnu/packages/file.scm
@@ -31,14 +31,14 @@
 (define-public file
   (package
     (name "file")
-    (version "5.42")
+    (version "5.43")
     (source (origin
               (method url-fetch)
               (uri (string-append "http://ftp.astron.com/pub/file/file-";
                                   version ".tar.gz"))
               (sha256
                (base32
-                "1r5h74b3pbrlm05ijiyk0y28dyrcazpn2cy42lzhfx4w096znxn0"))))
+                "148rzfmr8n79q0401pja1k3xpy9fi4wq5iwl3lrd1s703blib04c"))))
    (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]