gnu: perl-pgplot: Update to 2.35.

* gnu/packages/maths.scm (perl-pgplot): Update to 2.35.

Change-Id: I28b7a999f810f22e84b93c2de743c81a9df4be19
This commit is contained in:
Danny Milosavljevic 2025-05-10 22:23:27 +02:00
parent 2d2a921e99
commit 6cc3f8e78b
No known key found for this signature in database
GPG key ID: E71A35542C30BAA5

View file

@ -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