all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Efraim Flashner <efraim@flashner.co.il>
To: guix-devel@gnu.org
Subject: [PATCH 6/8] gnu: graphviz: Update to 2.38.0.
Date: Wed, 30 Sep 2015 20:56:46 +0300	[thread overview]
Message-ID: <1443635808-18649-7-git-send-email-efraim@flashner.co.il> (raw)
In-Reply-To: <1443635808-18649-1-git-send-email-efraim@flashner.co.il>

* gnu/packages/graphviz.scm (graphviz): Update to 2.38.0.
---
 gnu/packages/graphviz.scm | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/graphviz.scm b/gnu/packages/graphviz.scm
index 52522af..e1eb654 100644
--- a/gnu/packages/graphviz.scm
+++ b/gnu/packages/graphviz.scm
@@ -36,16 +36,15 @@
 (define-public graphviz
   (package
     (name "graphviz")
-    (version "2.28.0")
+    (version "2.38.0")
     (source (origin
              (method url-fetch)
              (uri (string-append
                    "http://www.graphviz.org/pub/graphviz/ARCHIVE/graphviz-"
-                   version
-                   ".tar.gz"))
+                   version ".tar.gz"))
              (sha256
               (base32
-               "0xpwg99cd8sp0c6r8klsmc66h1pday64kmnr4v6f9jkqqmrpkank"))))
+               "17l5czpvv5ilmg17frg0w4qwf89jzh2aglm9fgx0l0aakn6j7al1"))))
     (build-system gnu-build-system)
     (arguments
      ;; FIXME: rtest/rtest.sh is a ksh script (!).  Add ksh as an input.
-- 
2.6.0

  parent reply	other threads:[~2015-09-30 17:57 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-09-30 17:56 [PATCH 0/8] updates! Efraim Flashner
2015-09-30 17:56 ` [PATCH 1/8] gnu: enlightenment: Update to 0.19.11 Efraim Flashner
2015-10-01 10:22   ` Ricardo Wurmus
2015-09-30 17:56 ` [PATCH 2/8] gnu: terminology: Update to 0.9.1 Efraim Flashner
2015-10-01 10:20   ` Ricardo Wurmus
2015-09-30 17:56 ` [PATCH 3/8] gnu: youtube-dl: Update to 2015.09.28 Efraim Flashner
2015-10-01 10:17   ` Ricardo Wurmus
2015-09-30 17:56 ` [PATCH 4/8] gnu: mpv: Update to 0.11.0 Efraim Flashner
2015-10-01 10:17   ` Ricardo Wurmus
2015-09-30 17:56 ` [PATCH 5/8] gnu: mpg123: Update to 1.22.4 Efraim Flashner
2015-10-01 10:16   ` Ricardo Wurmus
2015-09-30 17:56 ` Efraim Flashner [this message]
2015-09-30 17:56 ` [PATCH 7/8] gnu: graphviz: Add "doc" output Efraim Flashner
2015-09-30 17:56 ` [PATCH 8/8] gnu: powertop: Update to 2.7 Efraim Flashner
2015-10-01 10:14   ` Ricardo Wurmus
2015-10-01 10:31     ` Efraim Flashner
2015-10-01 19:36       ` Andreas Enge
2015-10-01 20:00         ` Efraim Flashner
2015-10-01 20:01           ` Andreas Enge
2015-10-01 20:54       ` Ludovic Courtès
2015-10-01  9:07 ` [PATCH 0/8] updates! Ludovic Courtès
2015-10-01 10:06   ` Efraim Flashner
2015-10-01 13:02     ` Ludovic Courtès

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=1443635808-18649-7-git-send-email-efraim@flashner.co.il \
    --to=efraim@flashner.co.il \
    --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.