diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-01-25 13:13:33 +0000 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-01-25 13:13:33 +0000 |
| commit | c409e8af135597c0fb538ee78b4d034f29e87a67 (patch) | |
| tree | c9bc907ed0151fa76cf455a4601b183989d4b541 /gnu | |
| parent | f9ea212e912e5263cc188df1dec764881adf5437 (diff) | |
gnu: go-github-com-surge-glog: Update to 0.0.0-20141108051140-2578deb2b95c.
* gnu/packages/golang.scm (go-github-com-surge-glog): Update to 0.0.0-20141108051140-2578deb2b95c.
Change-Id: I2817ab87608a339c8593a29633f69f4481f7a7bc
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/golang.scm | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm index 799dca5c912..4e813feb122 100644 --- a/gnu/packages/golang.scm +++ b/gnu/packages/golang.scm | |||
| @@ -2143,18 +2143,15 @@ characters with their ASCII approximations.") | |||
| 2143 | (license license:expat))) | 2143 | (license license:expat))) |
| 2144 | 2144 | ||
| 2145 | (define-public go-github-com-surge-glog | 2145 | (define-public go-github-com-surge-glog |
| 2146 | (let ((commit "2578deb2b95c665e6b1ebabf304ce2085c9e1985") | ||
| 2147 | (revision "1")) | ||
| 2148 | (package | 2146 | (package |
| 2149 | (name "go-github-com-surge-glog") | 2147 | (name "go-github-com-surge-glog") |
| 2150 | (version (git-version "0.0.0" revision commit)) | 2148 | (version "0.0.0-20141108051140-2578deb2b95c") |
| 2151 | (source (origin | 2149 | (source (origin |
| 2152 | (method git-fetch) | 2150 | (method git-fetch) |
| 2153 | (uri (git-reference | 2151 | (uri (git-reference |
| 2154 | (url "https://github.com/surge/glog") | 2152 | (url "https://github.com/surge/glog") |
| 2155 | (commit commit))) | 2153 | (commit (go-version->git-ref version)))) |
| 2156 | (file-name (string-append "go-github-com-surge-glog-" | 2154 | (file-name (git-file-name name version)) |
| 2157 | version "-checkout")) | ||
| 2158 | (sha256 | 2155 | (sha256 |
| 2159 | (base32 | 2156 | (base32 |
| 2160 | "1bxcwxvsvr2hfpjz9hrrn0wrgykwmrbyk567102k3vafw9xdcwk4")))) | 2157 | "1bxcwxvsvr2hfpjz9hrrn0wrgykwmrbyk567102k3vafw9xdcwk4")))) |
| @@ -2164,7 +2161,7 @@ characters with their ASCII approximations.") | |||
| 2164 | (home-page "https://github.com/surge/glog") | 2161 | (home-page "https://github.com/surge/glog") |
| 2165 | (synopsis "Leveled execution logs for Go") | 2162 | (synopsis "Leveled execution logs for Go") |
| 2166 | (description "Leveled execution logs for Go.") | 2163 | (description "Leveled execution logs for Go.") |
| 2167 | (license license:asl2.0)))) | 2164 | (license license:asl2.0))) |
| 2168 | 2165 | ||
| 2169 | (define-public go-github-com-twpayne-go-vfsafero | 2166 | (define-public go-github-com-twpayne-go-vfsafero |
| 2170 | (package | 2167 | (package |
