guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: miller: Update to 6.13.0.


From: guix-commits
Subject: branch master updated: gnu: miller: Update to 6.13.0.
Date: Mon, 30 Dec 2024 04:17:57 -0500

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

avp pushed a commit to branch master
in repository guix.

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

commit bdcafd6f9fac3e9804b421673e122e09c1666913
Author: Artyom V. Poptsov <poptsov.artyom@gmail.com>
AuthorDate: Mon Dec 30 12:15:11 2024 +0300

    gnu: miller: Update to 6.13.0.
    
    * gnu/packages/textutils.scm (miller): Update to 6.13.0.
    
    Change-Id: I45f395abead0408f222e22ad0f23f4d603d9bb5f
---
 gnu/packages/textutils.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/textutils.scm b/gnu/packages/textutils.scm
index 22a40866c9..4ac056581a 100644
--- a/gnu/packages/textutils.scm
+++ b/gnu/packages/textutils.scm
@@ -1658,7 +1658,7 @@ JSON for post-processing
 (define-public miller
   (package
     (name "miller")
-    (version "6.12.0")
+    (version "6.13.0")
     (source
      (origin
        (method git-fetch)
@@ -1667,7 +1667,7 @@ JSON for post-processing
              (commit (go-version->git-ref version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "195lgayq5z7ndag3w495fs618pkrhz426kg0kp3s5sa68vr1madp"))))
+        (base32 "1w8ibmywsr9jsmmqrcvc0j7fx5vkdbwamizn4vim9xys807kmjsj"))))
     (build-system go-build-system)
     (arguments
      (list



reply via email to

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