guix-commits
[Top][All Lists]
Advanced

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

11/14: gnu: a2ps: Update to 4.15.6


From: guix-commits
Subject: 11/14: gnu: a2ps: Update to 4.15.6
Date: Fri, 5 Apr 2024 12:27:23 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit a91b76ba194de27664bec709153ac1b49ae48e68
Author: Andy Tai <atai@atai.org>
AuthorDate: Fri Mar 15 22:49:14 2024 -0700

    gnu: a2ps: Update to 4.15.6
    
    * gnu/packages/pretty-print.scm (a2ps): Update to 4.15.6
    
    Change-Id: I807970cf48ebb53df3f372a41d1379b85e3e9131
    Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
 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 b95f56729a..7eae40a220 100644
--- a/gnu/packages/pretty-print.scm
+++ b/gnu/packages/pretty-print.scm
@@ -58,14 +58,14 @@
 (define-public a2ps
   (package
     (name "a2ps")
-    (version "4.15.5")
+    (version "4.15.6")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnu/a2ps/a2ps-"
                                   version ".tar.gz"))
               (sha256
                (base32
-                "0zys627j17dcqryzrbc473mxzwyshsbxq7j5cabn7hp70i0ipfw1"))
+                "1x5xdy8g5640bs11nsn7n15v5rb5bsvgi32v3lc6j6di3j09vzw7"))
               (modules '((guix build utils)))
               (snippet
                ;; Remove timestamp from the installed 'README' file.



reply via email to

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