diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2023-01-31 10:15:03 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2023-01-31 10:15:57 +0200 |
commit | 70b7d19ecf35ec27b169ea1ccc772d4a9ff7df93 (patch) | |
tree | 22fa934e2f41eaf564161d077763d246772eb162 /gnu/packages/file.scm | |
parent | a59936e10a3cedcd4455bff08f6d709d08d6217b (diff) |
gnu: file: Update to 5.44.
* gnu/packages/file.scm (file): Update to 5.44.
Diffstat (limited to 'gnu/packages/file.scm')
-rw-r--r-- | 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 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 |