summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorDanny Milosavljevic <dannym@friendly-machines.com>2025-05-10 22:23:27 +0200
committerDanny Milosavljevic <dannym@friendly-machines.com>2025-05-10 23:08:37 +0200
commit6cc3f8e78b4a545e8f6846ff586a5e6354fdb240 (patch)
treea726011f5f93b0db0791323cad87b53a7b73cc47 /gnu
parent2d2a921e998a8e68f227eb430b3a5409ecac46ac (diff)
gnu: perl-pgplot: Update to 2.35.
* gnu/packages/maths.scm (perl-pgplot): Update to 2.35. Change-Id: I28b7a999f810f22e84b93c2de743c81a9df4be19
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/maths.scm11
1 files 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