all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Alex Kost <alezost@gmail.com>
To: guix-devel@gnu.org
Subject: [PATCH] gnu: font-dejavu: Update to 2.35.
Date: Fri, 11 Mar 2016 13:08:17 +0300	[thread overview]
Message-ID: <87r3fhnx7y.fsf@gmail.com> (raw)

[-- 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


             reply	other threads:[~2016-03-11 10:08 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-03-11 10:08 Alex Kost [this message]
2016-03-11 12:56 ` [PATCH] gnu: font-dejavu: Update to 2.35 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

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=87r3fhnx7y.fsf@gmail.com \
    --to=alezost@gmail.com \
    --cc=guix-devel@gnu.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.