mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-07 05:30:38 +02:00
gnu: a2ps: Update to 4.15.8.
* gnu/packages/pretty-print.scm (a2ps): Update to 4.15.8. Merges: https://codeberg.org/guix/guix/pulls/4902 Change-Id: I8928ccd938862a0469ef3581f1b8871856d248b9 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
committed by
Sharlatan Hellseher
parent
dfa81b2792
commit
7db4c324bf
@@ -61,14 +61,14 @@
|
||||
(define-public a2ps
|
||||
(package
|
||||
(name "a2ps")
|
||||
(version "4.15.7")
|
||||
(version "4.15.8")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://gnu/a2ps/a2ps-"
|
||||
version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1bxqzf5hlg666hli2grdlmf2dbggzrlg808wlx60p5gx19kkhpvi"))
|
||||
"1yaksc57qx30ij6qx88pnan19ixdh7651crnnbksigzb6rd924wd"))
|
||||
(modules '((guix build utils)))
|
||||
(snippet
|
||||
;; Remove timestamp from the installed 'README' file.
|
||||
|
||||
Reference in New Issue
Block a user