all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [PATCH] gnu: feh: Update to 2.18.
@ 2017-01-04  0:27 Alex Griffin
  2017-01-04  4:40 ` Leo Famulari
  0 siblings, 1 reply; 2+ messages in thread
From: Alex Griffin @ 2017-01-04  0:27 UTC (permalink / raw)
  To: guix-devel

[-- Attachment #1: Type: text/plain, Size: 66 bytes --]

This patch just updates feh from 2.14.1 to 2.18.
-- 
Alex Griffin

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-gnu-feh-Update-to-2.18.patch --]
[-- Type: text/x-patch; name="0001-gnu-feh-Update-to-2.18.patch", Size: 1439 bytes --]

From dade6be7d356e589b63b22c784640e55f4ca5528 Mon Sep 17 00:00:00 2001
From: Alex Griffin <a@ajgrf.com>
Date: Tue, 3 Jan 2017 10:55:26 -0600
Subject: [PATCH 7/9] gnu: feh: Update to 2.18.

* gnu/packages/image-viewers.scm (feh): Update to 2.18.
---
 gnu/packages/image-viewers.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/image-viewers.scm b/gnu/packages/image-viewers.scm
index 11cead6b3..bc56041f8 100644
--- a/gnu/packages/image-viewers.scm
+++ b/gnu/packages/image-viewers.scm
@@ -3,6 +3,7 @@
 ;;; Copyright © 2014 Ian Denhardt <ian@zenhack.net>
 ;;; Copyright © 2015, 2016 Alex Kost <alezost@gmail.com>
 ;;; Copyright © 2016 Efraim Flashner <efraim@flashner.co.il>
+;;; Copyright © 2017 Alex Griffin <a@ajgrf.com>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -39,7 +40,7 @@
 (define-public feh
   (package
     (name "feh")
-    (version "2.14.1")
+    (version "2.18")
     (home-page "https://feh.finalrewind.org/")
     (source (origin
               (method url-fetch)
@@ -47,7 +48,7 @@
                                   name "-" version ".tar.bz2"))
               (sha256
                (base32
-                "1hlzgr0masgbm1vdn085vz81s9kpnah8kjkb1w1xfsxr1b99x8f0"))))
+                "036lgv81d0vmrnmh1z1x360nr5avb2sk5jb1h3g5n6jijm8vzblx"))))
     (build-system gnu-build-system)
     (arguments
       '(#:phases (alist-delete 'configure %standard-phases)
-- 
2.11.0


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] gnu: feh: Update to 2.18.
  2017-01-04  0:27 [PATCH] gnu: feh: Update to 2.18 Alex Griffin
@ 2017-01-04  4:40 ` Leo Famulari
  0 siblings, 0 replies; 2+ messages in thread
From: Leo Famulari @ 2017-01-04  4:40 UTC (permalink / raw)
  To: Alex Griffin; +Cc: guix-devel

On Tue, Jan 03, 2017 at 06:27:02PM -0600, Alex Griffin wrote:
> This patch just updates feh from 2.14.1 to 2.18.
> -- 
> Alex Griffin

> From dade6be7d356e589b63b22c784640e55f4ca5528 Mon Sep 17 00:00:00 2001
> From: Alex Griffin <a@ajgrf.com>
> Date: Tue, 3 Jan 2017 10:55:26 -0600
> Subject: [PATCH 7/9] gnu: feh: Update to 2.18.
> 
> * gnu/packages/image-viewers.scm (feh): Update to 2.18.

Thanks, pushed!

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-01-04  4:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-01-04  0:27 [PATCH] gnu: feh: Update to 2.18 Alex Griffin
2017-01-04  4:40 ` Leo Famulari

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.