diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2015-09-29 21:25:42 +0300 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2015-10-01 19:39:33 +0300 |
commit | b4eba7b0883fe25649017b61eb423fe43e9b85fa (patch) | |
tree | e258efd0454ade0d6acf2d8c37aa03106d00b4b1 /gnu | |
parent | b0b3ebf09fe3e85f4c39cb23466f347e506d4087 (diff) | |
download | guix-b4eba7b0883fe25649017b61eb423fe43e9b85fa.tar guix-b4eba7b0883fe25649017b61eb423fe43e9b85fa.tar.gz |
gnu: terminology: Update to 0.9.1.
* gnu/packages/enlightenment.scm (terminology): Update to 0.9.1.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/enlightenment.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/enlightenment.scm b/gnu/packages/enlightenment.scm index 96ad676ade..584cab69d1 100644 --- a/gnu/packages/enlightenment.scm +++ b/gnu/packages/enlightenment.scm @@ -218,7 +218,7 @@ The only supported now is VLC.") (define-public terminology (package (name "terminology") - (version "0.9.0") + (version "0.9.1") (source (origin (method url-fetch) (uri @@ -226,7 +226,7 @@ The only supported now is VLC.") "terminology/terminology-" version ".tar.xz")) (sha256 (base32 - "0iwid9cvd96kwl0hjhbby84kkz5sgb4p8454nnkf7wjvdz2f9b96")))) + "1kwv9vkhngdm5v38q93xpcykghnyawhjjcb5bgy0p89gpbk7mvpc")))) (build-system gnu-build-system) (native-inputs `(("pkg-config" ,pkg-config))) |