diff mbox series

[bug#64182] gnu: gnuplot: Update to 5.4.8.

Message ID cba5cd3d5339ed0ba1d1d0bcabf64cdcd220b3e9.1687226432.git.paul@apatience.com
State New
Headers show
Series [bug#64182] gnu: gnuplot: Update to 5.4.8. | expand

Commit Message

Paul A. Patience June 20, 2023, 2:01 a.m. UTC
* gnu/packages/maths.scm (gnuplot): Update to 5.4.8.
---
 gnu/packages/maths.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


base-commit: d884fc9e2efecfba09af4694f5a13ad7fc6f704f
prerequisite-patch-id: 52027b181c066ac91bc56fc0af511a34f3516651
prerequisite-patch-id: 7ddddfb1646020c15a91ff8f00dd2bacc54162c9

Comments

Paul A. Patience June 20, 2023, 2:20 p.m. UTC | #1
Sorry, I didn't realize the prerequisite-patch-id fields were being added to the patch.
Please disregard them, they are unnecessary.

On Monday, June 19th, 2023 at 10:01 PM, Paul A. Patience <paul@apatience.com> wrote:
> base-commit: d884fc9e2efecfba09af4694f5a13ad7fc6f704f
> prerequisite-patch-id: 52027b181c066ac91bc56fc0af511a34f3516651
> prerequisite-patch-id: 7ddddfb1646020c15a91ff8f00dd2bacc54162c9

Best regards,
Paul
Ludovic Courtès July 11, 2023, 2:59 p.m. UTC | #2
"Paul A. Patience" <paul@apatience.com> skribis:

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

Applied, thanks!
diff mbox series

Patch

diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index f5a2181905..087cd9c71d 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -1226,14 +1226,14 @@  (define-public giza
 (define-public gnuplot
   (package
     (name "gnuplot")
-    (version "5.4.6")
+    (version "5.4.8")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://sourceforge/gnuplot/gnuplot/"
                                   version "/gnuplot-"
                                   version ".tar.gz"))
        (sha256
-        (base32 "06bly8cpqjdf744jg7yrgba9rdcm3gl4zf63y3c69v80ha8jgz02"))))
+        (base32 "1kzmj4yyxvlxqzqbrw6sx6dnvhj1zzqnciyb8ryzy6mdrb3pj4lk"))))
     (build-system gnu-build-system)
     (native-inputs
      (list pkg-config texlive-tiny))