unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#54883] [PATCH] gnu: gnuplot: Update to 5.4.3.
@ 2022-04-12 13:50 Paul A. Patience
  2022-04-19  9:56 ` bug#54883: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Paul A. Patience @ 2022-04-12 13:50 UTC (permalink / raw)
  To: 54883; +Cc: Paul A. Patience

* gnu/packages/maths.scm (gnuplot): Update to 5.4.3.
---
 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 10a1f69b8e..57c8b6e12e 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -1092,14 +1092,14 @@ (define-public feedgnuplot
 (define-public gnuplot
   (package
     (name "gnuplot")
-    (version "5.4.2")
+    (version "5.4.3")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://sourceforge/gnuplot/gnuplot/"
                                   version "/gnuplot-"
                                   version ".tar.gz"))
        (sha256
-        (base32 "1fp7rbhjmz2w63r72kicf8lfszzimz2csfx868fracw167hpaz75"))))
+        (base32 "112dplskbkdbaqi935m2xlk1xsw8s5l568wm7xad75hgp6x9py2i"))))
     (build-system gnu-build-system)
     (inputs (list readline cairo pango gd lua))
     (native-inputs
--
2.35.1






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

* bug#54883: [PATCH] gnu: gnuplot: Update to 5.4.3.
  2022-04-12 13:50 [bug#54883] [PATCH] gnu: gnuplot: Update to 5.4.3 Paul A. Patience
@ 2022-04-19  9:56 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2022-04-19  9:56 UTC (permalink / raw)
  To: Paul A. Patience; +Cc: 54883-done

Hi,


"Paul A. Patience" <paul@apatience.com> skribis:

> * gnu/packages/maths.scm (gnuplot): Update to 5.4.3.

Applied, thanks!

Ludo’.




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

end of thread, other threads:[~2022-04-19  9:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-12 13:50 [bug#54883] [PATCH] gnu: gnuplot: Update to 5.4.3 Paul A. Patience
2022-04-19  9:56 ` bug#54883: " Ludovic Courtès

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).