[PATCH] gnu: a2ps: Update to 4.15.6

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

Debbugs page

A
A
Andy Tai wrote on 15 Mar 22:49 -0700
(address . guix-patches@gnu.org)(name . Andy Tai)(address . atai@atai.org)
b7e7fcd8f3eccbe1ab1ac5254ff82d849f7a9a12.1710568141.git.atai@atai.org
* gnu/packages/pretty-print.scm (a2ps): Update to 4.15.6

Change-Id: I807970cf48ebb53df3f372a41d1379b85e3e9131
---
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 b95f56729a..7eae40a220 100644
--- a/gnu/packages/pretty-print.scm
+++ b/gnu/packages/pretty-print.scm
@@ -58,14 +58,14 @@ (define-module (gnu packages pretty-print)
(define-public a2ps
(package
(name "a2ps")
- (version "4.15.5")
+ (version "4.15.6")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnu/a2ps/a2ps-"
version ".tar.gz"))
(sha256
(base32
- "0zys627j17dcqryzrbc473mxzwyshsbxq7j5cabn7hp70i0ipfw1"))
+ "1x5xdy8g5640bs11nsn7n15v5rb5bsvgi32v3lc6j6di3j09vzw7"))
(modules '((guix build utils)))
(snippet
;; Remove timestamp from the installed 'README' file.

base-commit: a862a99bb38b31178fcf53093973583e6d67d860
--
2.34.1
L
L
Ludovic Courtès wrote on 5 Apr 09:03 -0700
(name . Andy Tai)(address . atai@atai.org)(address . 69826-done@debbugs.gnu.org)
8734rzre4r.fsf@gnu.org
Andy Tai <atai@atai.org> skribis:

Toggle quote (4 lines)
> * gnu/packages/pretty-print.scm (a2ps): Update to 4.15.6
>
> Change-Id: I807970cf48ebb53df3f372a41d1379b85e3e9131

Applied, thanks!
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 69826@patchwise.org

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