Archived
1
0
Fork 0

gnu: a2ps: Update to 4.15.5.

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

Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
Andy Tai 2023-06-22 22:02:40 -07:00 committed by Christopher Baines
parent 102cbfd97c
commit 7638881469
No known key found for this signature in database
GPG key ID: 5E28A33B0B84F577

View file

@ -56,14 +56,14 @@
(define-public a2ps (define-public a2ps
(package (package
(name "a2ps") (name "a2ps")
(version "4.15.4") (version "4.15.5")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "mirror://gnu/a2ps/a2ps-" (uri (string-append "mirror://gnu/a2ps/a2ps-"
version ".tar.gz")) version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"1mvd41xvcy8vk91nndzifasq600kzlswl1379bhnpn49pa23y1ja")) "0zys627j17dcqryzrbc473mxzwyshsbxq7j5cabn7hp70i0ipfw1"))
(modules '((guix build utils))) (modules '((guix build utils)))
(snippet (snippet
;; Remove timestamp from the installed 'README' file. ;; Remove timestamp from the installed 'README' file.