guix-commits
[Top][All Lists]
Advanced

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

03/03: gnu: go-gopkg-in-yaml-v2: Update to 2.4.0.


From: guix-commits
Subject: 03/03: gnu: go-gopkg-in-yaml-v2: Update to 2.4.0.
Date: Mon, 6 Dec 2021 08:57:31 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit 30c776a6a836413d85ceaf60e6d5f88a8b8778c3
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon Dec 6 14:45:50 2021 +0200

    gnu: go-gopkg-in-yaml-v2: Update to 2.4.0.
    
    * gnu/packages/golang.scm (go-gopkg-in-yaml-v2): Update to 2.4.0.
---
 gnu/packages/golang.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 6c578db..2ce1f0c 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -3875,7 +3875,7 @@ which satisfies the cron expression.")
 (define-public go-gopkg-in-yaml-v2
   (package
     (name "go-gopkg-in-yaml-v2")
-    (version "2.2.2")
+    (version "2.4.0")
     (source
       (origin
         (method git-fetch)
@@ -3885,7 +3885,7 @@ which satisfies the cron expression.")
         (file-name (git-file-name name version))
         (sha256
          (base32
-          "01wj12jzsdqlnidpyjssmj0r4yavlqy7dwrg7adqd8dicjc4ncsa"))
+          "1pbmrpj7gcws34g8vwna4i2nhm9p6235piww36436xhyaa10cldr"))
         (modules '((guix build utils)))
         (snippet
          '(begin



reply via email to

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