This is an automated email from the git hooks/post-receive script.

guix_mirror_bot pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new e26bc7949a gnu: ascii: Update to 3.31.
e26bc7949a is described below

commit e26bc7949a7fe30bf868791dd9363277921ef41b
Author: Patrick Norton <[email protected]>
AuthorDate: Sun Mar 1 12:03:38 2026 -0500

    gnu: ascii: Update to 3.31.
    
    * gnu/packages/shellutils.scm (ascii): Update to 3.31.
    
    Merges: https://codeberg.org/guix/guix/pulls/6793
    Change-Id: I0fbd4723c0aeee7260402552ade4d1e144306fee
    Signed-off-by: Sharlatan Hellseher <[email protected]>
---
 gnu/packages/shellutils.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/shellutils.scm b/gnu/packages/shellutils.scm
index f08c3560c4..672f87bf17 100644
--- a/gnu/packages/shellutils.scm
+++ b/gnu/packages/shellutils.scm
@@ -84,14 +84,14 @@
 (define-public ascii
   (package
     (name "ascii")
-    (version "3.30")
+    (version "3.31")
     (source (origin
               (method url-fetch)
               (uri (string-append "http://www.catb.org/~esr/ascii/";
                                   "ascii-" version ".tar.gz"))
               (sha256
                (base32
-                "0hr4k4mvnq4zpjxdjkvbbyzz7c1iwxhfal1hz0mdm1qv7sbxqbzd"))))
+                "0g0159sbw9a6arclhnza56ah8hz3wr16famvq4x1p4j6rigsg6ih"))))
     (build-system gnu-build-system)
     (arguments
      (list #:make-flags

Reply via email to