From 6cc3f8e78b4a545e8f6846ff586a5e6354fdb240 Mon Sep 17 00:00:00 2001 From: Danny Milosavljevic Date: Sat, 10 May 2025 22:23:27 +0200 Subject: [PATCH] gnu: perl-pgplot: Update to 2.35. * gnu/packages/maths.scm (perl-pgplot): Update to 2.35. Change-Id: I28b7a999f810f22e84b93c2de743c81a9df4be19 --- gnu/packages/maths.scm | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm index 7348ce287f2..88746bffd1d 100644 --- a/gnu/packages/maths.scm +++ b/gnu/packages/maths.scm @@ -1426,14 +1426,15 @@ in the terminal or with an external viewer.") (define-public perl-pgplot (package (name "perl-pgplot") - (version "2.34") + (version "2.35") (source (origin - (method url-fetch) - (uri (string-append "mirror://cpan/authors/id/E/ET/ETJ/PGPLOT-" version - ".tar.gz")) + (method git-fetch) + (uri (git-reference + (url "https://github.com/PDLPorters/perl5-PGPLOT.git") + (commit version))) (sha256 - (base32 "1j0hjnhi0rkihviab2s6ninwfm71s73zh89pds1mpg9kf3c1w97z")))) + (base32 "0i9bi52pwbi3qnalm288ihdlwsvn9wwi5rhmspqbna3pfqjhc29c")))) (build-system perl-build-system) (arguments `(#:phases