me
/
guix
Archived
1
0
Fork 0

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>
master
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
1 changed files with 2 additions and 2 deletions

View File

@ -58,14 +58,14 @@
(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.