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 03a4fd59e52..9a4e1511ed8 100644 --- a/gnu/packages/code.scm +++ b/gnu/packages/code.scm | |||
| @@ -127,14 +127,14 @@ highlighting your own code that seemed comprehensible when you wrote it.") | |||
| 127 | (define-public global ; a global variable | 127 | (define-public global ; a global variable |
| 128 | (package | 128 | (package |
| 129 | (name "global") | 129 | (name "global") |
| 130 | (version "6.6.6") | 130 | (version "6.6.7") |
| 131 | (source (origin | 131 | (source (origin |
| 132 | (method url-fetch) | 132 | (method url-fetch) |
| 133 | (uri (string-append "mirror://gnu/global/global-" | 133 | (uri (string-append "mirror://gnu/global/global-" |
| 134 | version ".tar.gz")) | 134 | version ".tar.gz")) |
| 135 | (sha256 | 135 | (sha256 |
| 136 | (base32 | 136 | (base32 |
| 137 | "0pad5p31rdspyrzqky3ppgx7f6gdlfnwg1c7qm8w1m4qzyppi03m")))) | 137 | "0g4aslm2zajq605py11s4rs1wdnzcqhkh7bc2xl5az42adzzg839")))) |
| 138 | (build-system gnu-build-system) | 138 | (build-system gnu-build-system) |
| 139 | (inputs `(("coreutils" ,coreutils) | 139 | (inputs `(("coreutils" ,coreutils) |
| 140 | ("ncurses" ,ncurses) | 140 | ("ncurses" ,ncurses) |
