diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2021-07-28 15:31:52 +0300 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2021-07-28 16:05:33 +0300 |
commit | a8977845cd03249a851e2f6dfb74282f6412ee47 (patch) | |
tree | f3de335894e94cf0c43deff38932ba67fae3d20f /gnu/packages/code.scm | |
parent | cbee53439127c6fab752e023c6b52c186b03117c (diff) | |
download | guix-a8977845cd03249a851e2f6dfb74282f6412ee47.tar.gz |
gnu: global: Update to 6.6.7.
* gnu/packages/code.scm (global): Update to 6.6.7.
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 03a4fd59e5..9a4e1511ed 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.") (define-public global ; a global variable (package (name "global") - (version "6.6.6") + (version "6.6.7") (source (origin (method url-fetch) (uri (string-append "mirror://gnu/global/global-" version ".tar.gz")) (sha256 (base32 - "0pad5p31rdspyrzqky3ppgx7f6gdlfnwg1c7qm8w1m4qzyppi03m")))) + "0g4aslm2zajq605py11s4rs1wdnzcqhkh7bc2xl5az42adzzg839")))) (build-system gnu-build-system) (inputs `(("coreutils" ,coreutils) ("ncurses" ,ncurses) |