mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-27 19:35:10 -06:00
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:
parent
2d2a921e99
commit
6cc3f8e78b
1 changed files with 6 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue