unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#65501] [PATCH] gnu: file: Update to 5.45
@ 2023-08-24 15:07 Andy Tai
  2023-09-11  3:42 ` [bug#65501] [PATCH v2] " Andy Tai
  2023-09-20  5:38 ` [bug#65501] [PATCH core-updates v3] " Andy Tai
  0 siblings, 2 replies; 4+ messages in thread
From: Andy Tai @ 2023-08-24 15:07 UTC (permalink / raw)
  To: 65501; +Cc: Andy Tai

* 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: b15381460ed74e72792ff182dd2ca7a06ba59b0c
-- 
2.41.0





^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [bug#65501] [PATCH v2] gnu: file: Update to 5.45
  2023-08-24 15:07 [bug#65501] [PATCH] gnu: file: Update to 5.45 Andy Tai
@ 2023-09-11  3:42 ` Andy Tai
  2023-09-20  5:38 ` [bug#65501] [PATCH core-updates v3] " Andy Tai
  1 sibling, 0 replies; 4+ messages in thread
From: Andy Tai @ 2023-09-11  3:42 UTC (permalink / raw)
  To: 65501; +Cc: Andy Tai

* 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: 2eb6df537c36da8bf8e81ff698421f6fb1bfd1ab
-- 
2.41.0





^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [bug#65501] [PATCH core-updates v3] gnu: file: Update to 5.45
  2023-08-24 15:07 [bug#65501] [PATCH] gnu: file: Update to 5.45 Andy Tai
  2023-09-11  3:42 ` [bug#65501] [PATCH v2] " Andy Tai
@ 2023-09-20  5:38 ` Andy Tai
  2023-10-20  1:04   ` bug#65501: bug#66478: [PATCH core-updates v2] " Maxim Cournoyer
  1 sibling, 1 reply; 4+ messages in thread
From: Andy Tai @ 2023-09-20  5:38 UTC (permalink / raw)
  To: 65501; +Cc: Andy Tai

* 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: 4b3b2e63007acee9e3a8c2ea728190480d092c3c
-- 
2.41.0





^ permalink raw reply related	[flat|nested] 4+ messages in thread

* bug#65501: bug#66478: [PATCH core-updates v2] gnu: file: Update to 5.45
  2023-09-20  5:38 ` [bug#65501] [PATCH core-updates v3] " Andy Tai
@ 2023-10-20  1:04   ` Maxim Cournoyer
  0 siblings, 0 replies; 4+ messages in thread
From: Maxim Cournoyer @ 2023-10-20  1:04 UTC (permalink / raw)
  To: Andy Tai; +Cc: 66478-done, 65501-done

Hi,

Andy Tai <atai@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




^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2023-10-20  1:06 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-08-24 15:07 [bug#65501] [PATCH] gnu: file: Update to 5.45 Andy Tai
2023-09-11  3:42 ` [bug#65501] [PATCH v2] " Andy Tai
2023-09-20  5:38 ` [bug#65501] [PATCH core-updates v3] " Andy Tai
2023-10-20  1:04   ` bug#65501: bug#66478: [PATCH core-updates v2] " Maxim Cournoyer

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).