guix-commits
[Top][All Lists]
Advanced

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

branch core-updates updated: gnu: file: Update to 5.44.


From: guix-commits
Subject: branch core-updates updated: gnu: file: Update to 5.44.
Date: Tue, 31 Jan 2023 04:33:33 -0500

This is an automated email from the git hooks/post-receive script.

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

The following commit(s) were added to refs/heads/core-updates by this push:
     new 70b7d19ecf gnu: file: Update to 5.44.
70b7d19ecf is described below

commit 70b7d19ecf35ec27b169ea1ccc772d4a9ff7df93
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Tue Jan 31 10:15:03 2023 +0200

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

diff --git a/gnu/packages/file.scm b/gnu/packages/file.scm
index fbaa1c3aa7..3f870d84a1 100644
--- a/gnu/packages/file.scm
+++ b/gnu/packages/file.scm
@@ -1,7 +1,7 @@
 ;;; GNU Guix --- Functional package management for GNU
 ;;; Copyright © 2013 Andreas Enge <andreas@enge.fr>
 ;;; Copyright © 2014, 2015 Mark H Weaver <mhw@netris.org>
-;;; Copyright © 2016-2018, 2022 Efraim Flashner <efraim@flashner.co.il>
+;;; Copyright © 2016-2018, 2022, 2023 Efraim Flashner <efraim@flashner.co.il>
 ;;; Copyright © 2018 Tobias Geerinckx-Rice <me@tobias.gr>
 ;;; Copyright © 2020 Michael Rohleder <mike@rohleder.de>
 ;;; Copyright © 2021 Marius Bakke <marius@gnu.org>
@@ -31,14 +31,14 @@
 (define-public file
   (package
     (name "file")
-    (version "5.43")
+    (version "5.44")
     (source (origin
               (method url-fetch)
               (uri (string-append "http://ftp.astron.com/pub/file/file-";
                                   version ".tar.gz"))
               (sha256
                (base32
-                "148rzfmr8n79q0401pja1k3xpy9fi4wq5iwl3lrd1s703blib04c"))))
+                "0fsz8wld09qai2qghphmwn69ni9m23razj3wip5k3j6vm3xwfl9p"))))
    (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]