From: Efraim Flashner <efraim@flashner.co.il>
To: Mathieu Lirzin <mthl@openmailbox.org>
Cc: guix-devel@gnu.org
Subject: Re: [PATCH 7/7] gnu: enlightenment: Update to 0.19.9.
Date: Thu, 10 Sep 2015 20:51:42 +0300 [thread overview]
Message-ID: <20150910205142.7f0f1a65@debian-netbook> (raw)
In-Reply-To: <871te6p3wn.fsf@openmailbox.org>
[-- Attachment #1.1: Type: text/plain, Size: 785 bytes --]
On Thu, 10 Sep 2015 19:42:16 +0200
Mathieu Lirzin <mthl@openmailbox.org> wrote:
> Efraim Flashner <efraim@flashner.co.il> writes:
>
> > * gnu/packages/enlightenment (enlightenment): Update to 0.19.9.
> > Align package to 80 width columns.
> ^^^
> Like previous review.
>
> > ---
> > gnu/packages/enlightenment.scm | 16 ++++++++--------
> > 1 file changed, 8 insertions(+), 8 deletions(-)
>
> gnu/packages/enlightenment.scm:270:2: enlightenment-0.19.9: tabulation on
> line 278, column 0
>
> Otherwise LGTM.
>
> --
> Mathieu Lirzin
--
Efraim Flashner <efraim@flashner.co.il> אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1.2: 0007-gnu-enlightenment-Update-to-0.19.9.patch --]
[-- Type: text/x-patch, Size: 1559 bytes --]
From 28c02c062a3db97e0be2f201e006a2eab882aa5b Mon Sep 17 00:00:00 2001
From: Efraim Flashner <efraim@flashner.co.il>
Date: Thu, 10 Sep 2015 16:42:15 +0300
Subject: [PATCH 7/7] gnu: enlightenment: Update to 0.19.9.
* gnu/packages/enlightenment (enlightenment): Update to 0.19.9.
---
gnu/packages/enlightenment.scm | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/gnu/packages/enlightenment.scm b/gnu/packages/enlightenment.scm
index c33d8bd..ccc00b6 100644
--- a/gnu/packages/enlightenment.scm
+++ b/gnu/packages/enlightenment.scm
@@ -268,15 +268,15 @@ Libraries with some extra bells and whistles.")
(define-public enlightenment
(package
(name "enlightenment")
- (version "0.19.5")
+ (version "0.19.9")
(source (origin
- (method url-fetch)
- (uri
- (string-append
- "https://download.enlightenment.org/rel/apps/enlightenment/enlightenment-"
- version ".tar.xz"))
- (sha256
- (base32 "0j66x7x76fbgqfw6fi77v8qy50slw3jnsq3vvs82rrfvniabm8wc"))))
+ (method url-fetch)
+ (uri
+ (string-append
+ "https://download.enlightenment.org/rel/apps/enlightenment/"
+ "enlightenment-" version ".tar.xz"))
+ (sha256
+ (base32 "1ajpyw1bfbmxpniw041vbvrs9wqgzyw9kccx72nnfiy2wxspjcr5"))))
(build-system gnu-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)))
--
2.5.1
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 819 bytes --]
prev parent reply other threads:[~2015-09-10 17:56 UTC|newest]
Thread overview: 23+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-09-10 13:47 [PATCH 0/7] Misc updates Efraim Flashner
2015-09-10 13:47 ` [PATCH 1/7] gnu: ncdu: Update to 1.11 Efraim Flashner
2015-09-10 16:26 ` Mathieu Lirzin
2015-09-10 17:53 ` Efraim Flashner
2015-09-10 19:18 ` Ludovic Courtès
2015-09-10 19:23 ` Efraim Flashner
2015-09-10 13:47 ` [PATCH 2/7] gnu: terminology: Update to 0.9.0 Efraim Flashner
2015-09-10 16:57 ` Mathieu Lirzin
2015-09-10 17:53 ` Efraim Flashner
2015-09-10 13:47 ` [PATCH 3/7] gnu: efl: Update to 1.15.1 Efraim Flashner
2015-09-10 16:58 ` Mathieu Lirzin
2015-09-10 17:52 ` Efraim Flashner
2015-09-10 13:47 ` [PATCH 4/7] gnu: elementary: " Efraim Flashner
2015-09-10 17:09 ` Mathieu Lirzin
2015-09-10 17:52 ` Efraim Flashner
2015-09-10 13:47 ` [PATCH 5/7] gnu: evas-generic-loaders: Update to 1.15.0 Efraim Flashner
2015-09-10 17:19 ` Mathieu Lirzin
2015-09-10 13:47 ` [PATCH 6/7] gnu: emotion-generic-players: " Efraim Flashner
2015-09-10 17:34 ` Mathieu Lirzin
2015-09-10 17:52 ` Efraim Flashner
2015-09-10 13:47 ` [PATCH 7/7] gnu: enlightenment: Update to 0.19.9 Efraim Flashner
2015-09-10 17:42 ` Mathieu Lirzin
2015-09-10 17:51 ` Efraim Flashner [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20150910205142.7f0f1a65@debian-netbook \
--to=efraim@flashner.co.il \
--cc=guix-devel@gnu.org \
--cc=mthl@openmailbox.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.