[PATCH] gnu: gnuplot: update to 5.4.6.

  • Done
  • quality assurance status badge
Details
2 participants
  • Christopher Baines
  • Philippe SWARTVAGHER
Owner
unassigned
Submitted by
Philippe SWARTVAGHER
Severity
normal

Debbugs page

Philippe SWARTVAGHER wrote 2 years ago
(address . guix-patches@gnu.org)(name . Philippe SWARTVAGHER)(address . phil.swart@gmx.fr)
20230303204426.180115-1-phil.swart@gmx.fr
* gnu/packages/maths.scm (gnuplot): Update to 5.4.6.
---
gnu/packages/maths.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (25 lines)
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
Christopher Baines wrote 2 years ago
(name . Philippe SWARTVAGHER)(address . phil.swart@gmx.fr)(address . guix-patches@gnu.org)(address . 61945-done@debbugs.gnu.org)
878rfiqjdb.fsf@cbaines.net
Philippe SWARTVAGHER <phil.swart@gmx.fr> writes:

Toggle quote (5 lines)
> * 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
-----BEGIN PGP SIGNATURE-----

iQKlBAEBCgCPFiEEPonu50WOcg2XVOCyXiijOwuE9XcFAmQhvHBfFIAAAAAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDNF
ODlFRUU3NDU4RTcyMEQ5NzU0RTBCMjVFMjhBMzNCMEI4NEY1NzcRHG1haWxAY2Jh
aW5lcy5uZXQACgkQXiijOwuE9XfiMRAAnxba92Tn018uwd/UWbmZq6stY3bwrIlU
2LaNvcs81DzkPBFzflXl1R9m9XGMVFgdEMt/C7K1RMz+bDXPIZNE6HyFmpi/MOtT
GPVrkchL22hnUcJNTxpUVTk1v1w6eGg4IXB/Hd2sSXBCQnG7xcnxJZvGTnM+lbXz
0nwBlHf35mzHLSPGSnAnoDexdOMtRYBJ28j2PZ2CCZ61Pwm578m++p+raTEkHhfG
pPREbBxTq2qYPOFOk8Bee6VXFp/xn3JniXlt5xmg3mkahV/c793uA8eCmInPYNbP
dDMbfc6UmIvib70CFd+x89T+ctRvaBfNEEhWSNKo17V311q2ojLs8R7Neo92B/6x
P7DaxPvQri9iqSjFE4kW34ARnJ05MXc4hbjYLCP4l58ueIIV3WCQIujVF8s04u4B
ruo/GYX0FimDBkVkGZTqXz/kGbAd3kmUgqPEAEZ8dy1bE+x/HbeFGKzZyNeQKcae
Q45i+Uvvt8FPefdC2lDc9TojjWWMRMb3SIS7Uybg+fjLXNwT811h4//GoEdJS5Xs
Dt5N+xE5lKBSHEXKQm6pqEga7iHbsm4DeIoP2jihZwNyqPJRUPgot4b1obB3lg4Y
orheO8e5rdZfnLE0f75zcEouilY+RrKzUbMa6lCjg0AG4bLT/Q9PZF5/jVoI8oE7
l4VHOjCEMH4=
=/7TH
-----END PGP SIGNATURE-----

?
Your comment

This issue is archived.

To comment on this conversation send an email to 61945@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 61945
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help