1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-17 06:35:58 +02:00

gnu: perl-pgplot: Make source filename nicer.

* gnu/packages/perl-maths.scm (perl-pgplot)[source]: Add file-name.

Change-Id: I065bc9c09a6c8f17793ae49a9877c82c23855f11
This commit is contained in:
Danny Milosavljevic
2025-05-10 23:03:07 +02:00
parent d25fdbd837
commit 3e662ffa6f
+1
View File
@@ -256,6 +256,7 @@ Perl Data Language.")
(uri (git-reference
(url "https://github.com/PDLPorters/perl5-PGPLOT.git")
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "0i9bi52pwbi3qnalm288ihdlwsvn9wwi5rhmspqbna3pfqjhc29c"))))
(build-system perl-build-system)