guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: go-github-com-stretchr-testify: Update to 1.


From: guix-commits
Subject: branch master updated: gnu: go-github-com-stretchr-testify: Update to 1.7.0.
Date: Sun, 09 Jan 2022 15:44:58 -0500

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

efraim pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 531d986e01 gnu: go-github-com-stretchr-testify: Update to 1.7.0.
531d986e01 is described below

commit 531d986e01441eb31345922b2b99b4aa2277b9e7
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Sun Jan 9 22:30:32 2022 +0200

    gnu: go-github-com-stretchr-testify: Update to 1.7.0.
    
    * gnu/packages/golang.scm (go-github-com-stretchr-testify): Update to 1.7.0.
    [propagated-inputs]: Replace go-gopkg-in-yaml-v2 with
    go-gopkg-in-yaml-v3.
    (go-github-com-stretchr-testify-bootstrap)[propagated-inputs]: Add
    go-gopkg-in-yaml-v2.
    (go-github-com-stretchr-objx)[native-inputs]: Remove go-gopkg-in-yaml-v2.
---
 gnu/packages/golang.scm | 11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index a699a62124..6293c00362 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -2874,8 +2874,6 @@ Go.")
            go-github-com-pmezard-go-difflib))
     (inputs
      (list go-github-com-stretchr-testify-bootstrap))
-    (native-inputs
-     (list go-gopkg-in-yaml-v2))
     (home-page "https://github.com/stretchr/objx";)
     (synopsis "Go package for dealing with maps, slices, JSON and other data")
     (description "This package provides a Go library for dealing with maps,
@@ -2885,7 +2883,7 @@ slices, JSON and other data.")
 (define-public go-github-com-stretchr-testify
   (package
     (name "go-github-com-stretchr-testify")
-    (version "1.5.1")
+    (version "1.7.0")
     (source
      (origin
        (method git-fetch)
@@ -2895,7 +2893,7 @@ slices, JSON and other data.")
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "09r89m1wy4cjv2nps1ykp00qjpi0531r07q3s34hr7m6njk4srkl"))))
+         "0ixgjsvafr3513pz3r6pmgk074s2dxkll0dadvl25gkf30rkmh10"))))
     (build-system go-build-system)
     (arguments
      '(#:import-path "github.com/stretchr/testify"))
@@ -2903,7 +2901,7 @@ slices, JSON and other data.")
      `(("github.com/davecgh/go-spew" ,go-github-com-davecgh-go-spew)
        ("github.com/pmezard/go-difflib" ,go-github-com-pmezard-go-difflib)
        ("github.com/stretchr/objx" ,go-github-com-stretchr-objx)
-       ("gopkg.in/yaml.v2" ,go-gopkg-in-yaml-v2)))
+       ("gopkg.in/yaml.v3" ,go-gopkg-in-yaml-v3)))
     (home-page "https://github.com/stretchr/testify";)
     (synopsis "Go helper library for tests and invariant checking")
     (description "This package provide many tools for testifying that your
@@ -2926,7 +2924,8 @@ Features include:
        #:tests? #f
        #:phases (modify-phases %standard-phases
                   (delete 'build))))
-    (propagated-inputs '())))
+    (propagated-inputs
+     (list go-gopkg-in-yaml-v3))))
 
 (define-public go-github-com-tevino-abool
   (let ((commit



reply via email to

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