diff options
Diffstat (limited to 'gnu/packages/code.scm')
| -rw-r--r-- | gnu/packages/code.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/code.scm b/gnu/packages/code.scm index 72540c06ab9..43e7ae205d8 100644 --- a/gnu/packages/code.scm +++ b/gnu/packages/code.scm | |||
| @@ -183,14 +183,14 @@ highlighting your own code that seemed comprehensible when you wrote it.") | |||
| 183 | (define-public global ; a global variable | 183 | (define-public global ; a global variable |
| 184 | (package | 184 | (package |
| 185 | (name "global") | 185 | (name "global") |
| 186 | (version "6.6.10") | 186 | (version "6.6.12") |
| 187 | (source (origin | 187 | (source (origin |
| 188 | (method url-fetch) | 188 | (method url-fetch) |
| 189 | (uri (string-append "mirror://gnu/global/global-" | 189 | (uri (string-append "mirror://gnu/global/global-" |
| 190 | version ".tar.gz")) | 190 | version ".tar.gz")) |
| 191 | (sha256 | 191 | (sha256 |
| 192 | (base32 | 192 | (base32 |
| 193 | "1s6c9nzpp4jfq14l3mk9fnyipizljkka8hdr1wwh2g798nlydl9d")))) | 193 | "00ari03n0wdzz1ib73p64h8g1p0a9js61fxl92jyq50fhh35najl")))) |
| 194 | (build-system gnu-build-system) | 194 | (build-system gnu-build-system) |
| 195 | (arguments | 195 | (arguments |
| 196 | (list #:configure-flags | 196 | (list #:configure-flags |
