1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-14 02:50:45 +02:00

gnu: go-github-com-jacobsa-ogletest: Update to 0.0.0-20170503003838-80d50a735a11.

* gnu/packages/golang-check.scm (go-github-com-jacobsa-ogletest): Update to 0.0.0-20170503003838-80d50a735a11.

Change-Id: Ie559aebc59c03286d775fc08b84f81a107b1d958
This commit is contained in:
Sharlatan Hellseher 2024-12-19 12:47:35 +00:00
parent 165053a024
commit 6893dae7b8
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -761,17 +761,15 @@ Test for C++ and Google JS Test.")
(license license:asl2.0))))
(define-public go-github-com-jacobsa-ogletest
(let ((commit "80d50a735a1108a2aeb7abc4a988d183f20c5292")
(revision "0"))
(package
(name "go-github-com-jacobsa-ogletest")
(version (git-version "0.0.0" revision commit))
(version "0.0.0-20170503003838-80d50a735a11")
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/jacobsa/ogletest")
(commit commit)))
(commit (go-version->git-ref version))))
(file-name (git-file-name name version))
(sha256
(base32
@ -794,7 +792,7 @@ integrates with the builtin testing package, so it works with the gotest
command. Unlike the testing package which offers only basic capabilities for
signalling failures, it offers ways to express expectations and get nice failure
messages automatically.")
(license license:asl2.0))))
(license license:asl2.0)))
(define-public go-github-com-jacobsa-reqtrace
(package