unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Adam Massmann <massmannak@gmail.com>
To: 31340@debbugs.gnu.org, massmannak@gmail.com
Subject: [bug#31340] [PATCH] gnu: gnuplot: Update to 2.2.2
Date: Tue, 01 May 2018 23:53:49 -0400	[thread overview]
Message-ID: <876046r9v6.fsf@gmail.com> (raw)
In-Reply-To: <87efiurar2.fsf@gmail.com> (Adam Massmann's message of "Tue, 01 May 2018 23:34:41 -0400")

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

Apologies,

A typo in the commit of the previous patch propagated into the
email. This is an update to the stable branch *5.2.2*, not
2.2.2. Sorry for the confusion. A corrected patch with the correct
commit message is below.

Best,
Adam


[-- Attachment #2: 0001-gnu-gnuplot-Update-to-5.2.2.patch --]
[-- Type: text/x-diff, Size: 1999 bytes --]

From ee1052631f2cdde60a2abc005c3de39b1f826cf3 Mon Sep 17 00:00:00 2001
From: Adam Massmann <massmannak@gmail.com>
Date: Tue, 1 May 2018 23:49:40 -0400
Subject: [PATCH] gnu: gnuplot: Update to 5.2.2

---
 gnu/packages/maths.scm | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index 00f35659e..d80dd2fd7 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -25,6 +25,7 @@
 ;;; Copyright © 2018 Jan Nieuwenhuizen <janneke@gnu.org>
 ;;; Copyright © 2018 Joshua Sierles, Nextjournal <joshua@nextjournal.com>
 ;;; Copyright © 2018 Nadya Voronova <voronovank@gmail.com>
+;;; Copyright © 2018 Adam Massmann <massmannak@gmail.com>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -562,7 +563,7 @@ singular value problems.")
 (define-public gnuplot
   (package
     (name "gnuplot")
-    (version "5.0.6")
+    (version "5.2.2")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://sourceforge/gnuplot/gnuplot/"
@@ -570,7 +571,7 @@ singular value problems.")
                                   version ".tar.gz"))
        (sha256
         (base32
-         "0q5lr6nala3ln6f3yp6g17ziymb9r9gx9zylnw1y3hjmwl9lggjv"))))
+         "18diyy7aib9mn098x07g25c7jij1x7wbfpicz0z8gwxx08px45m4"))))
     (build-system gnu-build-system)
     (inputs `(("readline" ,readline)
               ("cairo" ,cairo)
@@ -580,6 +581,9 @@ singular value problems.")
     (native-inputs
      `(("pkg-config" ,pkg-config)
        ("texlive" ,texlive-tiny)))
+    (arguments `(#:configure-flags (list (string-append
+                                          "--with-texdir=" %output
+                                          "/texmf-local/tex/latex/gnuplot"))))
     (home-page "http://www.gnuplot.info")
     (synopsis "Command-line driven graphing utility")
     (description "Gnuplot is a portable command-line driven graphing
-- 
2.11.0


  reply	other threads:[~2018-05-02  3:54 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-05-02  3:34 [bug#31340] [PATCH] gnu: gnuplot: Update to 2.2.2 Adam Massmann
2018-05-02  3:53 ` Adam Massmann [this message]
2018-05-04 13:30   ` bug#31340: " 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

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=876046r9v6.fsf@gmail.com \
    --to=massmannak@gmail.com \
    --cc=31340@debbugs.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 public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).