mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-14 19:10:49 +02:00
gnu: go-github-com-go-test-deep: Update to 1.1.1.
* gnu/packages/golang-check.scm (go-github-com-go-test-deep): Update to 1.1.1. Change-Id: Ic00f89bc7c55fb7f5353a734445a58693a29968f
This commit is contained in:
parent
bfad718be8
commit
0d4b8d60dc
1 changed files with 2 additions and 2 deletions
|
@ -312,7 +312,7 @@ tests.")
|
|||
(define-public go-github-com-go-test-deep
|
||||
(package
|
||||
(name "go-github-com-go-test-deep")
|
||||
(version "1.0.8")
|
||||
(version "1.1.1")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -321,7 +321,7 @@ tests.")
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1mmw2w3by7y24jjpjwmf2gfl08c65jihn3si9m0sswmagmdsk8q0"))))
|
||||
(base32 "1vjzmd4gc3zr9hlpzhhq4g1d0k6rbhply10vdl49gvir4dzmzzrl"))))
|
||||
(build-system go-build-system)
|
||||
(arguments
|
||||
(list #:import-path "github.com/go-test/deep"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue