gnu: a2ps: Update to 4.15.4
* gnu/packages/pretty-print.scm (a2ps): Update to 4.15.4 Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
parent
1322672667
commit
9d7ba42dbf
1 changed files with 2 additions and 2 deletions
|
@ -55,14 +55,14 @@
|
||||||
(define-public a2ps
|
(define-public a2ps
|
||||||
(package
|
(package
|
||||||
(name "a2ps")
|
(name "a2ps")
|
||||||
(version "4.15.3")
|
(version "4.15.4")
|
||||||
(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
|
||||||
"1izpmbk3i66g8cn1bd3kdpk72vxn5ggy329xjvag5jsdxgh823nh"))
|
"1mvd41xvcy8vk91nndzifasq600kzlswl1379bhnpn49pa23y1ja"))
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
(snippet
|
(snippet
|
||||||
;; Remove timestamp from the installed 'README' file.
|
;; Remove timestamp from the installed 'README' file.
|
||||||
|
|
Reference in a new issue