diff options
| author | Efraim Flashner <efraim@flashner.co.il> | 2020-09-03 20:41:08 +0300 |
|---|---|---|
| committer | Efraim Flashner <efraim@flashner.co.il> | 2020-09-03 20:41:08 +0300 |
| commit | 8b92be3267e96fce0822de2ceb665d27141c08f7 (patch) | |
| tree | 8055049c9fed56d50af9a63809c0772d1a4e6adc /gnu/packages/code.scm | |
| parent | edb994d3a85c0eaae3bd0d50aa575bcbbefe7c61 (diff) | |
gnu: global: Update to 6.6.5.
* gnu/packages/code.scm (global): Update to 6.6.5.
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 6229a04debe..3eaefc4e89a 100644 --- a/gnu/packages/code.scm +++ b/gnu/packages/code.scm | |||
| @@ -125,14 +125,14 @@ highlighting your own code that seemed comprehensible when you wrote it.") | |||
| 125 | (define-public global ; a global variable | 125 | (define-public global ; a global variable |
| 126 | (package | 126 | (package |
| 127 | (name "global") | 127 | (name "global") |
| 128 | (version "6.6.4") | 128 | (version "6.6.5") |
| 129 | (source (origin | 129 | (source (origin |
| 130 | (method url-fetch) | 130 | (method url-fetch) |
| 131 | (uri (string-append "mirror://gnu/global/global-" | 131 | (uri (string-append "mirror://gnu/global/global-" |
| 132 | version ".tar.gz")) | 132 | version ".tar.gz")) |
| 133 | (sha256 | 133 | (sha256 |
| 134 | (base32 | 134 | (base32 |
| 135 | "1515642wsjz7x3rsgaqk4sc7n0z2znl7idsk8jz8wgy5aswqqzlq")))) | 135 | "10vvsgx8v54whb4j9mk5qqyb5h3rdd9da0il3wir8pcpksyk0dww")))) |
| 136 | (build-system gnu-build-system) | 136 | (build-system gnu-build-system) |
| 137 | (inputs `(("ncurses" ,ncurses) | 137 | (inputs `(("ncurses" ,ncurses) |
| 138 | ("libltdl" ,libltdl) | 138 | ("libltdl" ,libltdl) |
