all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Philippe SWARTVAGHER <phil.swart@gmx.fr>
To: 61945@debbugs.gnu.org
Cc: Philippe SWARTVAGHER <phil.swart@gmx.fr>
Subject: [bug#61945] [PATCH] gnu: gnuplot: update to 5.4.6.
Date: Fri,  3 Mar 2023 21:44:26 +0100	[thread overview]
Message-ID: <20230303204426.180115-1-phil.swart@gmx.fr> (raw)

* gnu/packages/maths.scm (gnuplot): Update to 5.4.6.
---
 gnu/packages/maths.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index 280465e284..07bed925f6 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -1132,14 +1132,14 @@ (define-public giza
 (define-public gnuplot
   (package
     (name "gnuplot")
-    (version "5.4.4")
+    (version "5.4.6")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://sourceforge/gnuplot/gnuplot/"
                                   version "/gnuplot-"
                                   version ".tar.gz"))
        (sha256
-        (base32 "00h97y8njhvfjbdvc0njw0znxbrlfynd1iazn8w3anvzhsvh08rp"))))
+        (base32 "06bly8cpqjdf744jg7yrgba9rdcm3gl4zf63y3c69v80ha8jgz02"))))
     (build-system gnu-build-system)
     (native-inputs
      (list pkg-config texlive-tiny))

base-commit: 73cb232442a50aa00104ad739db93f44df9de073
-- 
2.30.2





             reply	other threads:[~2023-03-03 20:46 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-03-03 20:44 Philippe SWARTVAGHER [this message]
2023-03-27 15:55 ` bug#61945: [PATCH] gnu: gnuplot: update to 5.4.6 Christopher Baines

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=20230303204426.180115-1-phil.swart@gmx.fr \
    --to=phil.swart@gmx.fr \
    --cc=61945@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 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.