guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

17/19: gnu: a2ps: Update to 4.15.4


From: guix-commits
Subject: 17/19: gnu: a2ps: Update to 4.15.4
Date: Fri, 21 Apr 2023 04:56:54 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 9d7ba42dbf376ff8e971103bd92b8db1b0116e9c
Author: Andy Tai <atai@atai.org>
AuthorDate: Fri Apr 14 22:48:34 2023 -0700

    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>
---
 gnu/packages/pretty-print.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/pretty-print.scm b/gnu/packages/pretty-print.scm
index ea1d26e8d7..a002378966 100644
--- a/gnu/packages/pretty-print.scm
+++ b/gnu/packages/pretty-print.scm
@@ -55,14 +55,14 @@
 (define-public a2ps
   (package
     (name "a2ps")
-    (version "4.15.3")
+    (version "4.15.4")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnu/a2ps/a2ps-"
                                   version ".tar.gz"))
               (sha256
                (base32
-                "1izpmbk3i66g8cn1bd3kdpk72vxn5ggy329xjvag5jsdxgh823nh"))
+                "1mvd41xvcy8vk91nndzifasq600kzlswl1379bhnpn49pa23y1ja"))
               (modules '((guix build utils)))
               (snippet
                ;; Remove timestamp from the installed 'README' file.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]