diff options
author | Sharlatan Hellseher <[email protected]> | 2024-12-19 14:04:55 +0000 |
---|---|---|
committer | Sharlatan Hellseher <[email protected]> | 2025-01-21 23:42:07 +0000 |
commit | 2b631daf5f88885dfbbcdee37c54226b4597bdfe (patch) | |
tree | 31a89333c4bb81b511d2c4da6e1d9d1069e98f6c /gnu/packages/golang-check.scm | |
parent | 9e207cd08a788503615f89fa7d4d6e85b3b7d603 (diff) |
gnu: go-github-com-jacobsa-oglematchers: Update to 0.0.0-20150720000706-141901ea67cd.
* gnu/packages/golang-check.scm (go-github-com-jacobsa-oglematchers): Update to 0.0.0-20150720000706-141901ea67cd.
Change-Id: I2a0aaa004e891f2c13630a4971218ad3ced06fbf
Diffstat (limited to 'gnu/packages/golang-check.scm')
-rw-r--r-- | gnu/packages/golang-check.scm | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/gnu/packages/golang-check.scm b/gnu/packages/golang-check.scm index cd690dd7f2..3494aecdc8 100644 --- a/gnu/packages/golang-check.scm +++ b/gnu/packages/golang-check.scm @@ -703,16 +703,14 @@ used in go-github-com-jackc-pgx.") (license license:expat))) (define-public go-github-com-jacobsa-oglematchers - (let ((commit "141901ea67cd4769c6800aa7bfdfc558fa22bda5") - (revision "0")) (package (name "go-github-com-jacobsa-oglematchers") - (version (git-version "0.0.0" revision commit)) + (version "0.0.0-20150720000706-141901ea67cd") (source (origin (method git-fetch) (uri (git-reference (url "https://github.com/jacobsa/oglematchers") - (commit commit))) + (commit (go-version->git-ref version)))) (file-name (git-file-name name version)) (sha256 (base32 @@ -728,7 +726,7 @@ used in go-github-com-jackc-pgx.") "Package oglematchers provides a set of matchers useful in a testing or mocking framework. These matchers are inspired by and mostly compatible with Google Test for C++ and Google JS Test.") - (license license:asl2.0)))) + (license license:asl2.0))) (define-public go-github-com-jacobsa-oglemock (let ((commit "e94d794d06ffc6de42cb19d0dab3c219efdd6dcf") |