guix_mirror_bot pushed a commit to branch astro-update
in repository guix.

commit a9ff7862c378ba26885ca6b279080fbc9b595df2
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Mon Sep 21 00:08:47 2026 +0100

    gnu: perl-pgplot: Update to 2.36.
    
    * gnu/packages/perl-maths.scm (perl-pgplot): Update to 2.36.
    [inputs]: Replace giza with giza-1.
---
 gnu/packages/perl-maths.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/perl-maths.scm b/gnu/packages/perl-maths.scm
index 5acf2e2fef9..971e6173869 100644
--- a/gnu/packages/perl-maths.scm
+++ b/gnu/packages/perl-maths.scm
@@ -252,7 +252,7 @@ Perl Data Language.")
 (define-public perl-pgplot
   (package
     (name "perl-pgplot")
-    (version "2.35")
+    (version "2.36")
     (source
      (origin
        (method git-fetch)
@@ -261,7 +261,7 @@ Perl Data Language.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0i9bi52pwbi3qnalm288ihdlwsvn9wwi5rhmspqbna3pfqjhc29c"))))
+        (base32 "08dx9rbidl6k1xqswk8qgm64mx61cfa359n0y5a45z22cbs8pbnh"))))
     (build-system perl-build-system)
     (arguments
      `(#:phases
@@ -269,7 +269,7 @@ Perl Data Language.")
         (add-after 'unpack 'setenv
          (lambda* (#:key inputs #:allow-other-keys)
            (setenv "PGPLOT_DIR" (string-append (assoc-ref inputs "giza") 
"/lib")))))))
-    (inputs (list giza libx11))
+    (inputs (list giza-1 libx11))
     (native-inputs (list perl-devel-checklib perl-extutils-f77 gfortran 
perl-pdl))
     (home-page "https://metacpan.org/release/PGPLOT";)
     (synopsis "Scientific plotting library (using giza)")

Reply via email to