guix-commits
[Top][All Lists]
Advanced

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

08/12: gnu: a2ps: Update to 4.15.5.


From: guix-commits
Subject: 08/12: gnu: a2ps: Update to 4.15.5.
Date: Mon, 26 Jun 2023 05:13:43 -0400 (EDT)

cbaines pushed a commit to branch master
in repository guix.

commit 7638881469200f1583601395f30e83f6bca24889
Author: Andy Tai <atai@atai.org>
AuthorDate: Thu Jun 22 22:02:40 2023 -0700

    gnu: a2ps: Update to 4.15.5.
    
    * gnu/packages/pretty-print.scm (a2ps): Update to 4.15.5.
    
    Signed-off-by: Christopher Baines <mail@cbaines.net>
---
 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 3c53814013..89e5de6278 100644
--- a/gnu/packages/pretty-print.scm
+++ b/gnu/packages/pretty-print.scm
@@ -56,14 +56,14 @@
 (define-public a2ps
   (package
     (name "a2ps")
-    (version "4.15.4")
+    (version "4.15.5")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnu/a2ps/a2ps-"
                                   version ".tar.gz"))
               (sha256
                (base32
-                "1mvd41xvcy8vk91nndzifasq600kzlswl1379bhnpn49pa23y1ja"))
+                "0zys627j17dcqryzrbc473mxzwyshsbxq7j5cabn7hp70i0ipfw1"))
               (modules '((guix build utils)))
               (snippet
                ;; Remove timestamp from the installed 'README' file.



reply via email to

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