From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49601) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cydjK-0007F4-0Q for guix-patches@gnu.org; Thu, 13 Apr 2017 08:20:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cydjG-0000Ed-R1 for guix-patches@gnu.org; Thu, 13 Apr 2017 08:20:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:47004) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cydjG-0000EU-Ns for guix-patches@gnu.org; Thu, 13 Apr 2017 08:20:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1cydjG-0001OW-Go for guix-patches@gnu.org; Thu, 13 Apr 2017 08:20:02 -0400 Subject: bug#26481: [PATCH] gnu: emacs-zenburn-theme: Update to 2.5. Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:49510) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cydiq-0007Cv-Lo for guix-patches@gnu.org; Thu, 13 Apr 2017 08:19:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cydin-00008l-FX for guix-patches@gnu.org; Thu, 13 Apr 2017 08:19:36 -0400 Received: from nm24-vm9.bullet.mail.ir2.yahoo.com ([212.82.97.33]:41820) by eggs.gnu.org with esmtps (TLS1.0:RSA_ARCFOUR_SHA1:16) (Exim 4.71) (envelope-from ) id 1cydin-00008Y-6r for guix-patches@gnu.org; Thu, 13 Apr 2017 08:19:33 -0400 From: Vasile Dumitrascu Date: Thu, 13 Apr 2017 14:19:29 +0200 Message-Id: <20170413121929.21025-1-va511e@yahoo.com> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 26481@debbugs.gnu.org Cc: Vasile Dumitrascu * gnu/packages/emacs.scm (emacs-zenburn-theme): Update to 2.5. --- gnu/packages/emacs.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm index 3f335b16c..c3375d9f9 100644 --- a/gnu/packages/emacs.scm +++ b/gnu/packages/emacs.scm @@ -2461,7 +2461,7 @@ organizer.") (define-public emacs-zenburn-theme (package (name "emacs-zenburn-theme") - (version "2.4") + (version "2.5") (source (origin (method url-fetch) (uri (string-append @@ -2470,7 +2470,7 @@ organizer.") (file-name (string-append name "-" version ".tar.gz")) (sha256 (base32 - "0lyi84bm8sa7vj40n6zg6rlbsmi53mi1y9xn6gkjj29s5zbcnlg7")))) + "03kfhzgbbbl8ivpzzky6qxw4j9mmp452m1sk7wikxmcalfnix0gn")))) (build-system emacs-build-system) (home-page "https://github.com/bbatsov/zenburn-emacs") (synopsis "Low contrast color theme for Emacs") -- 2.11.0