From ebbc0feaac38c32b6cffb78727a23dfde4314652 Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Wed, 16 May 2018 13:36:07 +0200 Subject: gnu: uim: Update to 1.8.8. * gnu/packages/xorg.scm (uim): Update to 1.8.8. --- gnu/packages/xorg.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gnu/packages') diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm index 4876e9826a..8beac5c9c5 100644 --- a/gnu/packages/xorg.scm +++ b/gnu/packages/xorg.scm @@ -6044,15 +6044,15 @@ X11 servers, Windows, or macOS.") (define-public uim (package (name "uim") - (version "1.8.6") + (version "1.8.8") (source (origin (method url-fetch) - (uri (string-append "https://github.com/uim/uim/releases/download/uim-" + (uri (string-append "https://github.com/uim/uim/releases/download/" version "/uim-" version ".tar.bz2")) (sha256 (base32 - "0pr3rfqpxha8p6cxzdjsxbbmmr76riklzw36f68phd1zqw1sh7kv")))) + "1p7sl0js47ja4glmax93ci59h02ipqw3wxkh4f1qgaz5qjy9nn9l")))) (build-system gnu-build-system) (inputs `(("anthy" ,anthy) -- cgit v1.2.3 mmaryrefslogtreecommitdiff
path: root/gnu/build/install.scm
AgeCommit message (Expand)Author
2017-05-16bootloader: Adapt vm to new bootloader API....Mathieu Othacehe
2017-03-14pack: Add '--symlink'....Ludovic Courtès
2017-03-14pack: Add '--localstatedir' option....Ludovic Courtès
2016-11-23install: Enable "cryptodisk" handling in GRUB....Ludovic Courtès
2016-11-06install: Extract procedure: install-grub-config....Chris Marusich
2016-08-29tests: Make sure /var/guix/gcroots/profiles is a valid symlink....Ludovic Courtès
2016-03-14build: reset-timestamps: Include directories....Ricardo Wurmus
2016-01-29Rename 'dmd' to 'shepherd' in comments and strings....Alex Kost
2015-06-18install: Turn off deduplication for the binary tarball....Ludovic Courtès
2015-06-10install: Really overwrite TARGET/var/guix/profiles/system-1-link....Ludovic Courtès
2015-04-29install: Make /var/lock....Ludovic Courtès