GNU bug report logs - #65501
[PATCH] gnu: file: Update to 5.45

Previous Next

Package: guix-patches;

Reported by: Andy Tai <atai <at> atai.org>

Date: Thu, 24 Aug 2023 15:08:01 UTC

Severity: normal

Tags: patch

Merged with 66477, 66478

Done: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#66478: closed ([PATCH core-updates v2] gnu: file: Update to 5.45)
Date: Fri, 20 Oct 2023 01:06:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Thu, 19 Oct 2023 21:04:31 -0400
with message-id <877cninly8.fsf_-_ <at> gmail.com>
and subject line Re: bug#66478: [PATCH core-updates v2] gnu: file: Update to 5.45
has caused the debbugs.gnu.org bug report #65501,
regarding [PATCH core-updates v2] gnu: file: Update to 5.45
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
65501: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=65501
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Andy Tai <atai <at> atai.org>
To: 66477 <at> debbugs.gnu.org,
	guix-patches <at> gnu.org
Cc: Andy Tai <atai <at> atai.org>
Subject: [PATCH core-updates v2] gnu: file: Update to 5.45
Date: Wed, 11 Oct 2023 22:15:51 -0700
* gnu/packages/file.scm (file): Update to 5.45
---
 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-module (gnu packages file)
 (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

base-commit: 1328c4cca531318e3ed90c6aecb522a5b22a4bcc
-- 
2.41.0



[Message part 3 (message/rfc822, inline)]
From: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
To: Andy Tai <atai <at> atai.org>
Cc: 66478-done <at> debbugs.gnu.org, 65501-done <at> debbugs.gnu.org
Subject: Re: bug#66478: [PATCH core-updates v2] gnu: file: Update to 5.45
Date: Thu, 19 Oct 2023 21:04:31 -0400
Hi,

Andy Tai <atai <at> atai.org> writes:

> * gnu/packages/file.scm (file): Update to 5.45
> ---
>  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-module (gnu packages file)
>  (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

Installed to core-updates!

-- 
Thanks,
Maxim


This bug report was last modified 1 year and 217 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.