1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-14 11:00:36 +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:
Sharlatan Hellseher 2024-07-20 20:09:25 +01:00
parent bfad718be8
commit 0d4b8d60dc
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -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"))