[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
102/184: gnu: fcitx: Don't use NAME in source URI.
From: |
guix-commits |
Subject: |
102/184: gnu: fcitx: Don't use NAME in source URI. |
Date: |
Wed, 27 Nov 2019 14:37:08 -0500 (EST) |
kkebreau pushed a commit to branch wip-gnome-updates
in repository guix.
commit 6fe2110603fbd8b9b79725aa834e8de9f691ae84
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Fri Nov 8 13:41:30 2019 +0100
gnu: fcitx: Don't use NAME in source URI.
* gnu/packages/fcitx.scm (fcitx)[source]: Hard-code NAME.
---
gnu/packages/fcitx.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/fcitx.scm b/gnu/packages/fcitx.scm
index b05d9b7..1e75618 100644
--- a/gnu/packages/fcitx.scm
+++ b/gnu/packages/fcitx.scm
@@ -1,6 +1,6 @@
;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2015 Sou Bunnbu <address@hidden>
-;;; Copyright © 2018 Tobias Geerinckx-Rice <address@hidden>
+;;; Copyright © 2018, 2019 Tobias Geerinckx-Rice <address@hidden>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -40,7 +40,7 @@
(source (origin
(method url-fetch)
(uri (string-append "http://download.fcitx-im.org/fcitx/"
- name "-" version "_dict.tar.xz"))
+ "fcitx-" version "_dict.tar.xz"))
(sha256
(base32
"0hyrh3v82a32ylnlvzrp6cmq56x4p1a42q5xc6njmmj2msxm34x5"))))
- 84/184: doc: Add clarification on the '--source' build option., (continued)
- 84/184: doc: Add clarification on the '--source' build option., guix-commits, 2019/11/27
- 89/184: gnu: python-dbus: Update to 1.2.10., guix-commits, 2019/11/27
- 82/184: gnu: Add nginx Accept Language module., guix-commits, 2019/11/27
- 91/184: gnu: libssh: Update to 0.9.2., guix-commits, 2019/11/27
- 93/184: gnu: polybar: Update to 3.4.1., guix-commits, 2019/11/27
- 97/184: gnu: r-abcrf: Update to 1.8.1., guix-commits, 2019/11/27
- 101/184: gnu: r-hmisc: Update to 4.3-0., guix-commits, 2019/11/27
- 99/184: gnu: r-nlme: Update to 3.1-142., guix-commits, 2019/11/27
- 96/184: gnu: r-sp: Update to 1.3-2., guix-commits, 2019/11/27
- 103/184: gnu: fcitx: Update to 4.2.9.7., guix-commits, 2019/11/27
- 102/184: gnu: fcitx: Don't use NAME in source URI.,
guix-commits <=
- 112/184: gnu: Add gnome-shell-extension-dash-to-dock., guix-commits, 2019/11/27
- 113/184: gnu: Add gnome-shell-extension-noannoyance., guix-commits, 2019/11/27
- 119/184: gnu: python-latexcodec: Update to 1.0.7., guix-commits, 2019/11/27
- 62/184: gnu: network-manager: Update to 1.18.4., guix-commits, 2019/11/27
- 68/184: gnu: linux-libre: Update to 5.3.9., guix-commits, 2019/11/27
- 70/184: gnu: devhelp: Don't create icon cache., guix-commits, 2019/11/27
- 71/184: gnu: eog: Don't create icon cache., guix-commits, 2019/11/27
- 83/184: services: Make it possible to include dynamic modules in nginx., guix-commits, 2019/11/27
- 87/184: gnu: libdvdnav: Update to 6.0.1., guix-commits, 2019/11/27
- 92/184: gnu: Fix deprecation of monolithic Qt 5.x package., guix-commits, 2019/11/27