guix_mirror_bot pushed a commit to branch master
in repository guix.

commit db402a1e0314af9119bf80fef69dee9e93cc6763
Author: Ashish SHUKLA <[email protected]>
AuthorDate: Tue Dec 23 19:04:56 2025 +0100

    gnu: goawk: Update to 1.31.0.
    
    * gnu/packages/textutils.scm (goawk): Update to 1.31.0
    [arguments]<#:test-flags>: Add another test to be skipped.
    
    Merges: https://codeberg.org/guix/guix/pulls/5076
    Change-Id: I0f1cd6b516320c811dd440919dd155acdc1c9377
    Signed-off-by: Sharlatan Hellseher <[email protected]>
---
 gnu/packages/textutils.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/textutils.scm b/gnu/packages/textutils.scm
index f3d08407a8..a6b0cdb447 100644
--- a/gnu/packages/textutils.scm
+++ b/gnu/packages/textutils.scm
@@ -1500,7 +1500,7 @@ formats (e.g. Bibtex, RIS, etc.) using a common XML 
intermediate.")
 (define-public goawk
   (package
     (name "goawk")
-    (version "1.30.1")
+    (version "1.31.0")
     (source
      (origin
        (method git-fetch)
@@ -1509,7 +1509,7 @@ formats (e.g. Bibtex, RIS, etc.) using a common XML 
intermediate.")
               (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "18kbcmbxxl9yniz69hwnh2jyw93g3zws8ba02vvhjfwr4xqcm3fp"))))
+        (base32 "14nswcp1abg3g3xxsniwk17s2c6zxrlncizjzj2rl866hdpgmv1f"))))
     (build-system go-build-system)
     (arguments
      (list
@@ -1519,7 +1519,7 @@ formats (e.g. Bibtex, RIS, etc.) using a common XML 
intermediate.")
       #~(list "-vet=off" ;[email protected] forces vet, but tests are not ready yet.
               ;; XXX: The most of the tests passed but some of the group fails
               ;; to find additional commands or compare output of test data.
-              "-skip" "TestCommandLine|TestInterp")
+              "-skip" "TestCommandLine|TestInterp|TestExecute")
       #:phases
       #~(modify-phases %standard-phases
           (add-before 'check 'pre-check

Reply via email to