[PATCH core-updates] gnu: file: Update to 5.39.

  • Done
  • quality assurance status badge
Details
2 participants
  • Ludovic Courtès
  • Michael Rohleder
Owner
unassigned
Submitted by
Michael Rohleder
Severity
normal

Debbugs page

Michael Rohleder wrote 5 years ago
(address . guix-patches@gnu.org)
87sgdmawi7.fsf@rohleder.de
From d637be548717c72428f6b46de2b15085c703d73c Mon Sep 17 00:00:00 2001
From: Michael Rohleder <mike@rohleder.de>
Date: Mon, 20 Jul 2020 20:05:57 +0200
Subject: [PATCH] gnu: file: Update to 5.39.

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

Toggle diff (31 lines)
diff --git a/gnu/packages/file.scm b/gnu/packages/file.scm
index bac951f9c5..bed272ae35 100644
--- a/gnu/packages/file.scm
+++ b/gnu/packages/file.scm
@@ -4,6 +4,7 @@
;;; Copyright © 2016, 2017 Efraim Flashner <efraim@flashner.co.il>
;;; Copyright © 2018 Tobias Geerinckx-Rice <me@tobias.gr>
;;; Copyright © 2018 Efraim Flashner <efraim@flashner.co.il>
+;;; Copyright © 2020 Michael Rohleder <mike@rohleder.de>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -30,14 +31,14 @@
(define-public file
(package
(name "file")
- (version "5.38")
+ (version "5.39")
(source (origin
(method url-fetch)
(uri (string-append "ftp://ftp.astron.com/pub/file/file-"
version ".tar.gz"))
(sha256
(base32
- "0d7s376b4xqymnrsjxi3nsv3f5v89pzfspzml2pcajdk5by2yg2r"))))
+ "1lgs2w2sgamzf27kz5h7pajz7v62554q21fbs11n4mfrfrm2hpgh"))))
(build-system gnu-build-system)
;; When cross-compiling, this package depends upon a native install of
--
2.27.0
--
GNU Emacs is an old-school C program emulating a 1980s Symbolics
Lisp Machine emulating an old-fashioned Motif-style Xt toolkit
emulating a 1970s text terminal emulating a 1960s teletype.
(Daniel Colascione)
-----BEGIN PGP SIGNATURE-----

iQEzBAEBCAAdFiEEdV4t5dDVhcUueCgwfHr/vv7yyyUFAl8V3fAACgkQfHr/vv7y
yyWs+QgAi4AiQyfJrEaHuXT52B8wz2a30qgF0fjj3DuvjtsMSANOSKP4jF94fuU4
eDq6QLtBym5XCFaCfSZgy/kOwOFofuqgLF2a3o9knpAL7Hu7XjK4qvlJu0kQvoC4
LeB42jI0Ro+24fozFKCF0H2yqfAQKolDscCQTWlz/5quHh/P2S3RUkPMitHBC1FV
c2wGjWByZM/JmH5GWJNbhrsnKHG7piCisWbCf/HvHoJNJ5XTBPiIAEIATswdUB+5
+sScAhzRy1jFCzgHUz2/Jy1XjKRKMY5GBIou4D2sao8poZsPz84vRmroDq1KnlOL
GqEi3pz0979rpLOMHbcmRTWcHi1xrA==
=3B4W
-----END PGP SIGNATURE-----

Ludovic Courtès wrote 5 years ago
(name . Michael Rohleder)(address . mike@rohleder.de)(address . 42444-done@debbugs.gnu.org)
877dup1fcc.fsf@gnu.org
Hi,

Michael Rohleder <mike@rohleder.de> skribis:

Toggle quote (7 lines)
> From d637be548717c72428f6b46de2b15085c703d73c Mon Sep 17 00:00:00 2001
> From: Michael Rohleder <mike@rohleder.de>
> Date: Mon, 20 Jul 2020 20:05:57 +0200
> Subject: [PATCH] gnu: file: Update to 5.39.
>
> * gnu/packages/file.scm (file): Update to 5.39.

Pushed, thanks!

Ludo’.
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 42444@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 42444
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help