summaryrefslogtreecommitdiff
path: root/gnu/packages/wicd.scm
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2016-04-01 09:48:11 +0200
committerLudovic Courtès <ludo@gnu.org>2016-04-01 13:59:58 +0200
commitf5480572d0e1c8dffce72a6e393cae937d6b2d3d (patch)
tree876850aaf902d1fafe89d81a67fd57d26ec662dc /gnu/packages/wicd.scm
parentdbeaf8f203fe26d3bcac1fcb0bb566ea8c4523ea (diff)
downloadguix-patches-f5480572d0e1c8dffce72a6e393cae937d6b2d3d.tar
guix-patches-f5480572d0e1c8dffce72a6e393cae937d6b2d3d.tar.gz
gnu: wicd: Update to 1.7.4.
* gnu/packages/wicd.scm (wicd): Update to 1.7.4. [source]: Remove 'wicd-template-instantiation.patch'. * gnu/packages/patches/wicd-template-instantiation.patch: Remove. * gnu-system.am (dist_patch_DATA): Remove it.
Diffstat (limited to 'gnu/packages/wicd.scm')
-rw-r--r--gnu/packages/wicd.scm7
1 files changed, 3 insertions, 4 deletions
diff --git a/gnu/packages/wicd.scm b/gnu/packages/wicd.scm
index cad078e061..ad3aa58cdb 100644
--- a/gnu/packages/wicd.scm
+++ b/gnu/packages/wicd.scm
@@ -36,7 +36,7 @@
(define-public wicd
(package
(name "wicd")
- (version "1.7.3")
+ (version "1.7.4")
(source
(origin
(method url-fetch)
@@ -44,12 +44,11 @@
(version-major+minor version) "/" version
"/+download/wicd-" version ".tar.gz"))
(sha256
- (base32 "00c4rq753bhg64rv1v9yl834ssq7igyy7cz3swp287b5n5bqiqwi"))
+ (base32 "0qpbwwsrqdp40mm3a8djpn2d055rxxspdhwijwsdnws700a9d637"))
(patches (map search-patch
'("wicd-bitrate-none-fix.patch"
"wicd-get-selected-profile-fix.patch"
- "wicd-urwid-1.3.patch"
- "wicd-template-instantiation.patch")))))
+ "wicd-urwid-1.3.patch")))))
(build-system python-build-system)
(native-inputs `(("gettext" ,gnu-gettext)))
(inputs `(("dbus-glib" ,dbus-glib)