diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-04-27 01:14:48 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-04-27 02:56:44 +0200 |
commit | 72dae07296fd6e3db6a77f48a014a80520d6e6d1 (patch) | |
tree | cfa571ba5806b107ff48b847f17730ccd56c1bc0 /gnu/packages/irc.scm | |
parent | 1c51b7b4bc1f5c71b5cbe4ea94f4ea1f96bd9478 (diff) | |
download | patches-72dae07296fd6e3db6a77f48a014a80520d6e6d1.tar patches-72dae07296fd6e3db6a77f48a014a80520d6e6d1.tar.gz |
gnu: quassel: Update to 0.12.5.
* gnu/packages/irc.scm (quassel): Update to 0.12.5.
[source]: Remove patch.
* gnu/packages/patches/quassel-fix-tls-check.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
Diffstat (limited to 'gnu/packages/irc.scm')
-rw-r--r-- | gnu/packages/irc.scm | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/gnu/packages/irc.scm b/gnu/packages/irc.scm index 38a1fb3a2d..c376805f46 100644 --- a/gnu/packages/irc.scm +++ b/gnu/packages/irc.scm @@ -65,18 +65,17 @@ (define-public quassel (package (name "quassel") - (version "0.12.4") + (version "0.12.5") (source (origin (method url-fetch) (uri (string-append "http://quassel-irc.org/pub/quassel-" version ".tar.bz2")) - (patches (search-patches "quassel-fix-tls-check.patch")) (sha256 (base32 - "0ka456fb8ha3w7g74xlzfg6w4azxjjxgrhl4aqpbwg3lnd6fbr4k")) + "1qkl3sb4ijx4k17m0c42j2p5bc4jymypwhmplm942rbrzm6mg50q")) (modules '((guix build utils))) - ;; We don't want to install the bundles scripts + ;; We don't want to install the bundled scripts. (snippet '(begin (delete-file-recursively "data/scripts") |