guix-commits
[Top][All Lists]
Advanced

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

18/31: gnu: Add go-github-com-stretchr-testify-next.


From: guix-commits
Subject: 18/31: gnu: Add go-github-com-stretchr-testify-next.
Date: Fri, 12 Apr 2024 12:02:43 -0400 (EDT)

sharlatan pushed a commit to branch master
in repository guix.

commit e86eb91206b4588ffc77b001b0d2b88c2411f583
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Fri Apr 12 14:56:58 2024 +0100

    gnu: Add go-github-com-stretchr-testify-next.
    
    * gnu/packages/golang-check.scm (go-github-com-stretchr-testify-next):
    New variable.
    
    Change-Id: Ib24b9f68be04ba4066fb130909e59e1df71e4bf7
---
 gnu/packages/golang-check.scm | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/gnu/packages/golang-check.scm b/gnu/packages/golang-check.scm
index 4984d552d3..2b70e8565f 100644
--- a/gnu/packages/golang-check.scm
+++ b/gnu/packages/golang-check.scm
@@ -748,6 +748,21 @@ Features include:
       (propagated-inputs
        (list go-gopkg-in-yaml-v3)))))
 
+(define-public go-github-com-stretchr-testify-next
+  (package
+    (inherit go-github-com-stretchr-testify)
+    (name "go-github-com-stretchr-testify")
+    (version "1.9.0")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/stretchr/testify";)
+             (commit (string-append "v" version))))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32 "12cnhk96h8b3ddlb7jfvwwavzc0j1c2iva92pszl9rv6r571ckzg"))))))
+
 (define-public go-github-com-tdewolff-test
   (package
     (name "go-github-com-tdewolff-test")



reply via email to

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