all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [PATCH] gnu: font-dejavu: Update to 2.35.
@ 2016-03-11 10:08 Alex Kost
  2016-03-11 12:56 ` Efraim Flashner
  0 siblings, 1 reply; 6+ messages in thread
From: Alex Kost @ 2016-03-11 10:08 UTC (permalink / raw)
  To: guix-devel

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

I was going to commit several updates including font-dejavu.  Happily,
with:

  guix refresh -l font-dejavu

I found that many things would be rebuilt (including some big ones like
abiword, libreoffice, gimp, gnome).  This happens because 'font-dejavu'
is an input of 'cups-filters' which is an input of 'cups' which is an
input for several things including 'gtk+'.

So my question is: should this update go to master?


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-gnu-font-dejavu-Update-to-2.35.patch --]
[-- Type: text/x-patch, Size: 1163 bytes --]

From 013b3b5861892dffa6cd72ae4759394276bbe25f Mon Sep 17 00:00:00 2001
From: Alex Kost <alezost@gmail.com>
Date: Fri, 11 Mar 2016 11:32:45 +0300
Subject: [PATCH] gnu: font-dejavu: Update to 2.35.

* gnu/packages/fonts.scm (font-dejavu): Update to 2.35.
---
 gnu/packages/fonts.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm
index 9dd9f1e..642f60a 100644
--- a/gnu/packages/fonts.scm
+++ b/gnu/packages/fonts.scm
@@ -119,7 +119,7 @@ TrueType (TTF) files.")
 (define-public font-dejavu
   (package
     (name "font-dejavu")
-    (version "2.34")
+    (version "2.35")
     (source (origin
              (method url-fetch)
              (uri (string-append "mirror://sourceforge/dejavu/"
@@ -127,7 +127,7 @@ TrueType (TTF) files.")
                                  version ".tar.bz2"))
              (sha256
               (base32
-               "0pgb0a3ngamidacmrvasg51ck3gp8gn93w6sf1s8snwzx4x2r9yh"))))
+               "122d35y93r820zhi6d7m9xhakdib10z51v63lnlg67qhhrardmzn"))))
     (build-system trivial-build-system)
     (arguments
      `(#:modules ((guix build utils))
-- 
2.6.3


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

end of thread, other threads:[~2016-03-13 10:22 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-03-11 10:08 [PATCH] gnu: font-dejavu: Update to 2.35 Alex Kost
2016-03-11 12:56 ` Efraim Flashner
2016-03-11 14:50   ` Ludovic Courtès
2016-03-12  8:47     ` Alex Kost
2016-03-13  4:27       ` Mark H Weaver
2016-03-13 10:22         ` Alex Kost

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.