all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#61945] [PATCH] gnu: gnuplot: update to 5.4.6.
@ 2023-03-03 20:44 Philippe SWARTVAGHER
  2023-03-27 15:55 ` bug#61945: " Christopher Baines
  0 siblings, 1 reply; 2+ messages in thread
From: Philippe SWARTVAGHER @ 2023-03-03 20:44 UTC (permalink / raw)
  To: 61945; +Cc: Philippe SWARTVAGHER

* 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





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

* bug#61945: [PATCH] gnu: gnuplot: update to 5.4.6.
  2023-03-03 20:44 [bug#61945] [PATCH] gnu: gnuplot: update to 5.4.6 Philippe SWARTVAGHER
@ 2023-03-27 15:55 ` Christopher Baines
  0 siblings, 0 replies; 2+ messages in thread
From: Christopher Baines @ 2023-03-27 15:55 UTC (permalink / raw)
  To: Philippe SWARTVAGHER; +Cc: guix-patches, 61945-done

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


Philippe SWARTVAGHER <phil.swart@gmx.fr> writes:

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

Thanks Philippe, I've pushed this to master as
8d5a4fe1460c7d628ec2854834dcfbef7784e30e.

Chris

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 987 bytes --]

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

end of thread, other threads:[~2023-03-27 15:56 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-03 20:44 [bug#61945] [PATCH] gnu: gnuplot: update to 5.4.6 Philippe SWARTVAGHER
2023-03-27 15:55 ` bug#61945: " Christopher Baines

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.