diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2022-11-14 18:44:07 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2022-11-14 18:44:07 +0200 |
commit | f1316ff7bf6d5d69ba7295435803a9e320b62813 (patch) | |
tree | 8e70e83c5a821506eb13561bd5178e9bbfce4922 /gnu/packages/file.scm | |
parent | db5f8756c36b4ce707a9ce778258d1f01a4426a5 (diff) |
gnu: file: Update to 5.43.
* gnu/packages/file.scm (file): Update to 5.43.
Diffstat (limited to 'gnu/packages/file.scm')
-rw-r--r-- | gnu/packages/file.scm | 4 |
1 files 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 |