[PATCH] gnu: a2ps: Update to 4.15.7.

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

Debbugs page

A
A
Andy Tai wrote on 11 Jul 22:34 -0700
(address . guix-patches@gnu.org)(name . Andy Tai)(address . atai@atai.org)
9d6b83a83c2a3e2f8fac4dcd683087fa8d7a1279.1752298468.git.atai@atai.org
* gnu/packages/pretty-print.scm (a2ps): Update to 4.15.7.

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

base-commit: d3752a1de2590105579334aea35c70db1f718459
--
2.43.0
A
A
Andreas Enge wrote on 12 Jul 03:03 -0700
(name . Andy Tai)(address . atai@atai.org)(address . 78998-done@debbugs.gnu.org)
aHIy7yiGII5y2y5T@jurong
I am going to push this, thanks!
You may wish to look into submitting updates on codeberg, as I do not
think that many people still look at the debbugs instance.

Andreas
Closed
?
Your comment

This issue is archived.

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

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