[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
08/09: gnu: global: Update to 6.6.12.
From: |
guix-commits |
Subject: |
08/09: gnu: global: Update to 6.6.12. |
Date: |
Thu, 21 Mar 2024 08:49:28 -0400 (EDT) |
efraim pushed a commit to branch master
in repository guix.
commit 7f4cd6c50c7d92e90dc64bb0688e1be8ce19555e
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Thu Mar 21 14:08:05 2024 +0200
gnu: global: Update to 6.6.12.
* gnu/packages/code.scm (global): Update to 6.6.12.
Change-Id: If073f74f55199bfbc9f29b95e9e3db3a6cf00548
---
gnu/packages/code.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/code.scm b/gnu/packages/code.scm
index 72540c06ab..43e7ae205d 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.")
(define-public global ; a global variable
(package
(name "global")
- (version "6.6.10")
+ (version "6.6.12")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnu/global/global-"
version ".tar.gz"))
(sha256
(base32
- "1s6c9nzpp4jfq14l3mk9fnyipizljkka8hdr1wwh2g798nlydl9d"))))
+ "00ari03n0wdzz1ib73p64h8g1p0a9js61fxl92jyq50fhh35najl"))))
(build-system gnu-build-system)
(arguments
(list #:configure-flags
- branch master updated (69951a61a1 -> ec0e5e9369), guix-commits, 2024/03/21
- 01/09: gnu: wgetpaste: Update to 2.34., guix-commits, 2024/03/21
- 05/09: gnu: libportal: Update to 0.7.1., guix-commits, 2024/03/21
- 06/09: gnu: Add python-urwidgets., guix-commits, 2024/03/21
- 07/09: gnu: toot: Update to 0.42.0., guix-commits, 2024/03/21
- 08/09: gnu: global: Update to 6.6.12.,
guix-commits <=
- 09/09: gnu: universal-ctags: Update to 6.1.20240317.0., guix-commits, 2024/03/21
- 03/09: gnu: khard: Update to 0.19.1., guix-commits, 2024/03/21
- 02/09: gnu: khal: Update to 0.11.3., guix-commits, 2024/03/21
- 04/09: gnu: xdg-desktop-portal-wlr: Update to 0.7.1., guix-commits, 2024/03/21