gnu: a2ps: Update to 4.15.6

* gnu/packages/pretty-print.scm (a2ps): Update to 4.15.6

Change-Id: I807970cf48ebb53df3f372a41d1379b85e3e9131
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
Andy Tai 2024-03-15 22:49:14 -07:00 committed by Ludovic Courtès
parent 4c3f326e05
commit a91b76ba19
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -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.