mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
gnu: a2ps: Update to 4.15.7.
* gnu/packages/pretty-print.scm (a2ps): Update to 4.15.7. Change-Id: I84e6141d56ebb23fde9e1e5aa47fbba2558ca0ba Signed-off-by: Andreas Enge <andreas@enge.fr>
This commit is contained in:
parent
6fd0420713
commit
55da82b631
1 changed files with 2 additions and 2 deletions
|
|
@ -59,14 +59,14 @@
|
|||
(define-public a2ps
|
||||
(package
|
||||
(name "a2ps")
|
||||
(version "4.15.6")
|
||||
(version "4.15.7")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://gnu/a2ps/a2ps-"
|
||||
version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1x5xdy8g5640bs11nsn7n15v5rb5bsvgi32v3lc6j6di3j09vzw7"))
|
||||
"1bxqzf5hlg666hli2grdlmf2dbggzrlg808wlx60p5gx19kkhpvi"))
|
||||
(modules '((guix build utils)))
|
||||
(snippet
|
||||
;; Remove timestamp from the installed 'README' file.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue