[PATCH] gnu: a2ps: Update to 4.15.5

  • Done
  • quality assurance status badge
Details
2 participants
  • Andy Tai
  • Christopher Baines
Owner
unassigned
Submitted by
Andy Tai
Severity
normal

Debbugs page

Andy Tai wrote 2 years ago
(address . guix-patches@gnu.org)(name . Andy Tai)(address . atai@atai.org)
216f8d5643c29154d1a90fdea4c421bcae50e666.1687496529.git.atai@atai.org
* gnu/packages/pretty-print.scm (a2ps): Update to 4.15.5
---
gnu/packages/pretty-print.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (25 lines)
diff --git a/gnu/packages/pretty-print.scm b/gnu/packages/pretty-print.scm
index 74e51ec61e..2e10ed7c12 100644
--- a/gnu/packages/pretty-print.scm
+++ b/gnu/packages/pretty-print.scm
@@ -56,14 +56,14 @@ (define-module (gnu packages pretty-print)
(define-public a2ps
(package
(name "a2ps")
- (version "4.15.4")
+ (version "4.15.5")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnu/a2ps/a2ps-"
version ".tar.gz"))
(sha256
(base32
- "1mvd41xvcy8vk91nndzifasq600kzlswl1379bhnpn49pa23y1ja"))
+ "0zys627j17dcqryzrbc473mxzwyshsbxq7j5cabn7hp70i0ipfw1"))
(modules '((guix build utils)))
(snippet
;; Remove timestamp from the installed 'README' file.

base-commit: dcca13ed7340f17a33a4c0907c13b64d5da66a8e
--
2.40.1
Christopher Baines wrote 2 years ago
(name . Andy Tai)(address . atai@atai.org)
87sfaesgru.fsf@cbaines.net
Andy Tai <atai@atai.org> writes:

Toggle quote (5 lines)
> * gnu/packages/pretty-print.scm (a2ps): Update to 4.15.5
> ---
> gnu/packages/pretty-print.scm | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)

Thanks, I've pushed this to master as
7638881469200f1583601395f30e83f6bca24889.

Chris
-----BEGIN PGP SIGNATURE-----

iQKlBAEBCgCPFiEEPonu50WOcg2XVOCyXiijOwuE9XcFAmSZXRVfFIAAAAAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDNF
ODlFRUU3NDU4RTcyMEQ5NzU0RTBCMjVFMjhBMzNCMEI4NEY1NzcRHG1haWxAY2Jh
aW5lcy5uZXQACgkQXiijOwuE9XeP3w//Uzd6x8PZQV7XtKECOJbZdE9k+CIJk9Ce
ZaMb12Mek64c5FKH4OpZNCfxaaqTWiWxUOAVlkEOCly8Ob1byOgPqogRw+c815dm
pGXuTvM09pBinQ/xx/kkWLYgYrZUCNHsAIX5Q1hNU+ZtJ+HOoUjEXiyJP6UVz2zF
KLgEcyK43W5f85wHAPh0FBy6Bz4WICA2Z1y7yYyDn+NuRqMVvvQqHdsjP2bBjfrr
BgjN4VmGLzVren8Lxelgm5jjqyrR4G0u6hWWvEQpInWhIaFqUIACYoFSJAJwsGJv
/eQSsbgtC4cCOlYeaI7wDZOEUm2z1snvwzbhZejGxZId7snewrsqRAwbqlbpmkQW
vXMtcTf4JEc7x2sn2F2GD1cKTtAP99Sgrgr2BCgNWuys3o+p2cC7kK6yA7u8fvQo
UenruKnH49qwEtYY5H8W1dV7yF4VlT+P1HLTCGvJPEgm4hLLIadnEkA0hoC1RUTX
/3Xc5Q+6e44HLkBlV+OnIqKKYRsOVMcD93myjm62E/EOrrGW3WOJOngnGauCKEX6
SHgEmK1bNJmyuB2xfpbdHl9uw6jdYaYfX+w9rhBogXrsae7n6/D9VkeVcaBwGtwU
9lxr0bf8WkGSlbsXuqi6N6v1aPFZLm26a2NZCzOqIdTLQKRka0h08KB/O5rK3roz
ixPRnYmclMc=
=pEzs
-----END PGP SIGNATURE-----

?
Your comment

This issue is archived.

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

To respond to this issue using the mumi CLI, first switch to it
mumi current 64239
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